/* MAIN STYLE FOR NAVIGATION, LAYOUT, ETC */
	
BODY
{ background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
}

.border { border: 1px solid #000000;
}

.bodyText { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.bodyText {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666666; 
font-weight : normal; 
line-height : 15px; 
margin-right : 0px; 
margin-left : 5px; 
text-align : left; 
} 
.bodyText a:link {
color : #666666; 
text-decoration : underline; 
} 
.bodyText a:visited {
color : #666666; 
text-decoration : underline; 
} 
.bodyText a:hover {
color : #666666; 
text-decoration : underline; 
} 
.bodyText a:active {
color : #999999; 
text-decoration : underline; 
} 
.bodyText ul {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #666666; 
font-weight : normal; 
line-height : 18px; 
margin-right : 15px; 
margin-left : 15px; 
text-align : left; 
list-style : none; 
}


