@charset "utf-8";
/* CSS Document */

body {
background-image:url(images/stateflag.jpg);
font-family:Arial, Helvetica, sans-serif;
}

#topmenu {
font-weight:bold;
font-size:12pt;
}

a .topmenulink {
	color:#000000;
	text-decoration:none;
}

a:hover .topmenulink {
	color:#000000;
	text-decoration:underline;
}

#bottommenu {
font-weight:bold;
font-size:10pt;
color:#FFFFFF;
}

#starbullets {
font-weight:bold;
font-size:14pt;
}

.pageheading {
font-weight:bold;
font-size:14pt;
}


.valuesheading {
color:#b62525;
font-weight:bold;
font-size:8pt;
line-height:12px;
}

.valuestext {
color:#000000;
font-weight:normal;
font-size:8pt;
line-height:12px;
}

.redboxheading {
color:#FFFFFF;
font-weight:bold;
font-size:8pt;
line-height:12px;
}

.redboxtext {
color:#FFFFFF;
font-weight:normal;
font-size:8pt;
line-height:12px;
}

.redboxtext a {
	color:#FFFFFF;
	text-decoration:none;
}

a {
text-decoration:none;	
color:#FFFFFF;
}


a:hover {
	text-decoration:underline;
}

input, select, textarea {
font-size:8pt;	
	
}