/*
This section creates the color matching windows
scroll bar  colors 
face is light green
Arrow is white
Track bar is light gray
*/
BODY{
scrollbar-face-color:#193588;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''
font-size: 18px;

}


/*
This section creates the COLOR MOUSE OVER LINKS
setting are 
Tex color is black A{text-decoration:none;color:black;}
Mouse over background is a gray blue  a:hover { text-decoration: bold; background: #96AAB1;}
Text Hover is white A:hover{color:white;}
*/
A{text-decoration:none;color:#193587;}
A:hover{color:white;}
BR{margin-bottom:0px;margin-top:0px;}
P{margin-bottom:2px;margin-top:2px;}
a:hover { text-decoration: bold; background: #96AAB1;}






/*
This section creates the Large Font Header

*/

H1 { 
font-family: Arial; 
font-size: 18px;
line-height: 18px;
font-weight: bold; 
font-style: oblique;
font-variant: small-caps;
margin-top: 2px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 20px;
text-indent: 0px; 
text-align: justify;
text-decoration: none; 
color: #193588;
}


H2 { 
font-family: Arial; 
font-size: 18px;
line-height: 20px;
font-weight: bold; 
font-style: oblique;
font-variant: small-caps;
margin-top: 2px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 20px;
text-indent: 0px; 
text-align: justify;
text-decoration: none; 
color: #193588;
}


H3 { 
font-family: Arial; 
font-size: 22px;
line-height: 24px;
font-weight: bold; 
font-style: oblique;
font-variant: small-caps;
margin-top: 2px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 20px;
text-indent: 0px; 
text-align: justify;
text-decoration: none; 
color: #193588;
}



/*
This section creates bordered box

*/
.frame {
	border: 1px solid #585B5B;
}






/*
This section creates bordered box with font control 12 px

*/
.framewd {
	border: 1px solid #193588;
font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
	padding: 1px 5px 10px 5px;

}





/*
This section creates bordered box with font control 12 px  

*/
.main
	{
	font-family: Arial;
	font-size: 14px;
	line-height: 16px;
	color:#193588;
	padding: 10px 20px 10px 20px;
	}



/*
This section creates bordered box with font control 12 px  without padding

*/
.mainwo
	{
	font-family: Arial;
font-weight: bold;
font-style: oblique; 
font-variant: small-caps;
	font-size: 16px;
	line-height: 18px;
	color:#ffffff;
	
	}




/*
This section creates bordered box with font control 10 px

*/	
.submain
	{
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color:#000000;
	padding: 1px 5px 10px 5px;
	}
	

/*
This section creates bordered box with font control 10 px without padding

*/	
.submainwo
	{
	font-family: Arial;
	font-size: 10px;
	line-height: 13px;
	color:#000000;
		}






/*
This section creates bordered box with font control 12 px

*/	
.link
{
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
  padding: 1px 5px 10px 5px;
	}
	

/*
This section creates bordered box with font control 12 px  without padding

*/	
.linkwo
{
	font-family: Arial;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
  padding: 1px 5px 10px 5px;
	}
	




/*
This section creates bordered box with font control 9 px

*/
.footer
	{
	font-family: Arial;
	font-size: 10px;
	line-height: 10px;
	color:#193588;
padding: 1px 5px 10px 5px;	
	}
	

