.body {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 1.5;
	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;
	
}

.bodyText {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height:1.35;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
} 
a.bodyText:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #00F;
} 

a.bodyText:link {
	text-decoration: none;
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
} 

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

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

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;
	line-height: normal;
}
a.bottomText:link {
	color:#CC0000;
}
a.bottomText:active {
text-decoration:none; color: #CC0000;
}
a.bottomText:hover {
	text-decoration:underline;
	color: #000000;
	text-transform: none;
}
a.bottomText:visited {
	text-decoration:underline;
	color: #CC0000;

}

.header-big {
	font-family: "Arial Narrow", Arial, Helvetica, Impact;
	font-size: 17px;
	font-style: normal;
	color: #000000;
	font-variant: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
}
a.header-big:link {
	color:#CC0000;
}
a.header-big:active {
text-decoration:none; color: #CC0000;
}

a.header-big:visited {
	text-decoration:underline;
	color: #CC0000;
}
a.header-big:hover {
	text-decoration:underline;
	color: #000000;
	text-transform: none;
}

.bodyArial {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 13px;
	font-weight: normal;
	
}

a.bodyArial:link {
	color:#00F;
	text-decoration: underline;
}
a.bodyArial:active {
text-decoration:none; color: #00F;
}

a.bodyArial:visited {
	text-decoration:underline;
	color: #00F;
}
a.bodyArial:hover {
	text-decoration:underline;
	color: #00F;
	text-transform: none;
}

#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: 999383;
}

