/* Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
*/
/*body {
	font-family: tahoma, helvetica, sans-serif;
	font-size :12px;
}
*/
.divstyle 
{  
	font-size: 80%;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footer
{
	background-color: #af222f;
	font-size: 11;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

A:link {
	text-decoration: none;
}

 A:visited {
	text-decoration: none;
	}

A:hover {
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
}
 

	
/* _______________left nav_________________ */

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

.leftnav a:link
 {
	color: #ffffff;
	text-decoration: none;
	}

.leftnav a:visited
{
	color:#ffffff;
	text-decoration: none;
}	

.leftnav a:hover {
	color: #d9d9e4;
	text-decoration: underline;
	}
	
.leftnav a:active {
	color: #d9d9e4;
	text-decoration: underline;
	}
	
h1 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18pt; 
	font-weight: bold;
	color: 000066; 
	text-decoration: none;
}
h2 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 16pt; 
    font-weight: bold;
    color: af222f; 
    text-decoration: none;
}
h3 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt; 
    font-weight: bold;
    color: 000066; 
    text-decoration: none;
}
h4 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12pt; 
    font-weight: bold;
    color: 000066; 
    text-decoration: none;
}
h5 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-weight: bold;
    color: 000066; 
    text-decoration: none;
}
h6 
{  
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 8pt; 
    font-weight: bold;
    color: 000066; 
    text-decoration: none;
}
	
