 .StandardParagraph {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 10pt;
	 }
 .StandardHeading {
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 14pt;
	 color: #210894;
	 }
 .StandardNav {
	 font-family: Arial, Verdana, sans-serif;
	 font-size: 8pt;
	 color: #000000;}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #210894;
}

.small {
	font-size: 10pt;
}

.bold {
	font-size: 12pt;
	font-weight: bold;
}

a {
  color: #1A8232;
}

a:visited {
	color: #800080;
	}
	
a:hover {
	background-color: #AAE2FD;
	text-decoration: none;
	color: #210894;
}

a.menu {
	color: #210894;
	font-size:12px;
	font-weight: bold;
}
		
span {
	background-color: #AAE2FD;
	width: 100%;
}

span.highlighted {
	background-color:#F8BF24;
}

HR {
	color: #210894;
}

#dropmenudiv{
position:absolute;
border:1px blue;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px blue;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F8BF24;
}
