.body {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	text-align:justify;
	line-height: 1.65;
	font-weight: normal;
	
}
a.body {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	text-align:justify;
	line-height: 1.35;
	font-weight: normal;
	text-decoration: underline;
	
}
a.body:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffc;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	text-align:justify;
	line-height: 1.35;
	font-weight: normal;
	text-decoration: underline;
	
}
a.bodyText:visited {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
} 

a.bodyText:link {
  text-decoration: none;
  color: #231E4E;
  font-weight: bold;
  text-decoration: underline;
} 

a.bodyText:hover {
  	text-decoration: underline;
  	color: #666666;
  	text-transform: none;
  	font-style: normal;
  	font-weight: bold;
} 

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFC;
	font-size: 16px;
	text-align: left;
}

a.leftnav:visited {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

a.leftnav:link {
  text-decoration: none;
  color: #231E4E;
  font-weight: bold;
}

a.leftnav:hover {
  	text-decoration: underline;
  	text-transform: none;
  	font-style: italic;
  	font-weight: bold;
}
.bottomText {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
}
a.bottomText:link {
text-decoration:underline; color:#000000; font-weight:normal;
}
a.bottomText:active {
text-decoration:none; color: #000000;
}
a.bottomText:hover {
	text-decoration:underline;
	color: #000000;
	text-transform: none;
	font-style:none;
}
a.bottomText:visited {
	text-decoration:underline;
	color: #000000;

}
#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: D6E7AC;
}
