<!--  body styles  -->



body{
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	
        
        
	scrollbar-face-color: #809CC9;
	scrollbar-shadow-color: #3B639A;
	scrollbar-highlight-color: #3B639A;
	scrollbar-3dlight-color: #3B639A;
	scrollbar-darkshadow-color: #3B639A;
	scrollbar-track-color: #F0F0F0;
	scrollbar-arrow-color: #FE9F34;
}


<!-- text styles  -->


.headerText{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFBF;

}
.headerText2{
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #3B639A;

}
.bodyText{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}
.bodyTextSmall{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9px;
	color: #4579A1;
}

<!--  ***********  anchor styles ***********  -->
 A{
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #02618F;
	text-decoration: underline;
}

A:hover {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #999999;
	TEXT-DECORATION:underline;
}

<!--  ***********  form styles ***********  --><!-- old Button color "#ADEAB8" -->
.button {
	background-color: #C1DC22; 
	font-size: 11px; 
	color: #5F9A63;

}
.buttonSmall {
	background-color: #F5A768; 
	font-size: 8px; 
	color: #000000;

}

#c15 {
	border-top: 1pt solid #666666; 
	border-right: 1pt solid #666666; 
	border-bottom: 1pt solid #666666;
	border-left: 1pt solid #666666;
}
#c4 {
	border-top: 1pt solid #000000; 
	border-right: 1pt solid #000000; 
	border-bottom: 1pt solid #000000;
	border-left: 1pt solid #000000;
}
.textField01{
	FONT-SIZE: 10px;
	background-color: #F1F6D7;

}
<!--  ***********  color styles ***********  -->

.greycolor01{
	BACKGROUND-COLOR: #F0F0F0;
       border-left: 1pt solid #cccccc;
       border-right: 1pt solid #cccccc;
}
.whitecolor02{
	BACKGROUND-COLOR: #FFFFFF;
        border-right: 1pt solid #cccccc;
}
.color03{
	BACKGROUND-COLOR: #3B639A;
}
.color04{
	BACKGROUND-COLOR: #120C54;
}

<!--  ***********  shadow styles ***********  -->
.shad{
	  
	border-left: 1pt solid #666666;
       border-BOTTOM: 1pt solid #666666; 
}
.bgtxt3{
	
	background-image: url(images/bgtxt-image.gif); 
        background-repeat: no-repeat;
}