BODY {
font-size : 0.9em; 
font-family : "Comic Sans MS"; 
font-weight : normal; 
color : #FAEC45; 
background-color : #FBD647;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

a:link {
	color: #FBD647;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #F4D15D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #17E509;
	font-weight: bold;
}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em; 
}


.smalltext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.largetext a:link{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.largetext a:visited{
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1em; 
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 1em;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
color:#003C92;
background-color : white;
}


.white a:link {
	color: #003C92;
	text-decoration: none;
	font-weight: bold;
}
.white a:visited {
	text-decoration: none;
	color: #017137;
	font-weight: bold;
}
.white a:hover {
	text-decoration: underline;
	color: #BD0334;
	font-weight: bold;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #003C92;
}

.bg_medium {
  background-color : #BD0334;
}

.bg_light {
color:#003C92;
  background-color : #FBD647;
}

.bg_light a:link {
	color: #003C92;
	text-decoration: none;
	font-weight: bold;
}
.bg_light a:visited {
	text-decoration: none;
	color: #017137;
	font-weight: bold;
}
.bg_light a:hover {
	text-decoration: underline;
	color: #BD0334;
	font-weight: bold;
}

.alt_bg_dark {
  background-color : #4691FF;
}

.alt_bg_medium {
  background-color : #017137;
}

.alt_bg_light {
  background-color : #017137;
}

.copyright {
    font-size: .7em;
    text-align: center;
}
.boxtitle {
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
}
