/* CSS Document */

/* Generic HTML */
html, body
{
	margin: 0;
	padding: 0;
}




/* Global Font */
html, body, td, p, li, input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

A:link          
{
	text-decoration: underline; 
	color: #0000FF;
}

A:active         
{
	text-decoration: underline; 
	color: #0000FF;
}            
       
	
A:hover         
{
	text-decoration:	underline; 
	color: #999999;
}

A:visited         
{
	text-decoration:	underline; 
	color: #0000FF;
}


/* Content Layers */

#navtop
{
	height: 18px;
	width: 800px;	
	background-color: #3082C5;
	
}


#navtop td
{
	
	
	text-align: right;
	padding-right: 16px;
	
	
}



#navtop a
{
	font-size: 7.5pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navtop a:hover
{
	font-size: 7.5pt;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}



#navbtm
{
	height: 18px;
	width: 602px;
	background-color: #3082C5;
		
	
}


#navbtm td
{
	
	text-align: right;
	padding-right: 16px;
}



#navbtm a
{
	font-size: 7.5pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}


#navbtm a:hover
{
	font-size: 7.5pt;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}



#footer
{
	margin: 3px;
	margin-top: 8px;
		
	
}


#footer td
{
	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5px; 
	color: #555555; 
	line-height: 13px; 
	
}









p 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 15px; 
} 

.footer 
{ 
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5px; 
	color: #555555; 
	line-height: 13px; 
} 




h1 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px; 
	line-height: 13px; 
	COLOR: #000000; 

} 

h2 
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px; 
	color: #7D70B3; 

} 


.header1
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px;
	line-height: 13px;  
	color: #99C500; 

}

.header2
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px;
	line-height: 13px;  
	color: #ED6100; 

} 


.header3
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px;
	line-height: 13px;  
	color: #0075DD; 

} 


.header4
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 15px;
	line-height: 13px;  
	color: #801890; 

} 

 

.dark { 
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #414141; 
	LINE-HEIGHT: 15px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	
}



#navside td
{
	
	
	text-align: center;
	padding-left: 16px;
	
	
}



#navside a
{
	font-size: 7.5pt;
	font-weight: bold;
	padding-left: 16px;
	color: #fff;
	text-decoration: none;
}

#navside a:hover
{
	font-size: 7.5pt;
	font-weight: bold;
	padding-left: 16px;
	color: #fff;
	text-decoration: underline;
}
