/*
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:#abdb6c;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#EEEEEE;
scrollbar-shadow-color:'';
scrollbar-highlight-color:'';
scrollbar-3dlight-color:'';
scrollbar-darkshadow-Color:''
}


/*
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:black;}
A:hover{color:white;}
BR{margin-bottom:0px;margin-top:0px;}
P{margin-bottom:2px;margin-top:2px;}
a:hover { text-decoration: bold; background: #173584;}






/*
This section creates the Large Font Header

*/

H1 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 17px;
line-height: 18px;
font-weight: bold; 
font-style: normal; 
margin-top: 10px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 20px;
text-indent: 0px; 
text-align: justify;
text-decoration: none; 
color: #FFFFFF;
}





/*
This section creates the Medium Font Header

*/
H2 { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px;
line-height: 13px;
font-weight: bold; 
font-style: normal; 
margin-top: 10px;
margin-bottom: 5px;
margin-left: 0px;
margin-right: 20px;
text-indent: 0px; 
text-align: justify;
text-decoration: none; 
color: #000000;
}



/*
This section creates bordered box

*/
.frame {
	border: 1px solid #585B5B;
}


.heading {

	font-size: 24pt;

	color: #001E74;

	font-style: italic;

	font-family: "Times New Roman", Times, serif;

	text-decoration: underline;

	font-weight: bold;

}


.subheading {

	font-family: "Times New Roman", Times, serif;

	color: #001E74;

	font-style: italic;

	font-size: 17pt;

}



.subheading1 {

	font-family: "Times New Roman", Times, serif;

	color: #001E74;

	font-style: italic;

	font-size: 15pt;

}



/*
This section creates bordered box with font control 12 px

*/
.framewd {
	border: 1px solid #585B5B;
font-family: Tahoma,Arial,Verdana,serif;
	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, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#000000;
	padding: 1px 5px 10px 5px;
	}

.main1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color:#000000;
	padding: 10px 30px 10px 30px;
	}

/*
This section creates bordered box with font control 12 px  without padding

*/
.mainwo
	{
	font-family: Tahoma,Arial,Verdana,serif;
	font-size: 12px;
	line-height: 13px;
	color:#000000;
	
	}




/*
This section creates bordered box with font control 10 px

*/	
.submain
	{
	font-family: Tahoma,Arial,Verdana,serif;
	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: Tahoma,Arial,Verdana,serif;
	font-size: 10px;
	line-height: 13px;
	color:#000000;
		}


.menu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#ffffff;
padding: 1px 5px 10px 5px;
		}

.darkblue
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color:#2282B8;

		}

.menublue
  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
  font-style: italic;
  font-weight: bold;
	color:#2282B8;

		}

/*
This section creates bordered box with font control 12 px

*/	
.links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	color:#2282B8;
  
	}
	

/*
This section creates bordered box with font control 12 px  without padding

*/	
.linkwo
{
	font-family: Tahoma,Arial,Verdana,serif;
	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, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#000000;
	
	}
	

 /*
This section creates bordered box with font control 9 px without padding

*/
.footerwo
	{
	font-family: Tahoma,Arial,Verdana,serif;
	font-size: 9px;
	line-height: 10px;
	color:#000000;
	
	}
	
