.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


a {
	color: #003366;
	text-decoration: none;

}

a:hover {
	COLOR: #336699;
	text-decoration: none;
}

a.active	{
	color: #003366;
}

a.visited	{
	color: #eff3ff;
}


a.medwhite {
	color: #ffffff;
}

a.medwhite:hover	{
	color: #eff3ff;
	font-weight: 900;
	line-height: 1.7;
}

a.medwhite:visited	{

}


/* Headings */
h1, h2, h3, h4, h5 {
	color: #0000A0;
	font-weight: 400;
	line-height:1;
    /*border-bottom: 2px solid; */
    margin-bottom: 3px;
}

h1 {	 
	font-size: 25px; 
}

h2 {	 
	font-size: 13.5pt;

}

h3 {	
	font-size: 16.5pt; 
}

h4 {	 
	font-size: 11pt; 
	font-weight:bold;
}

h5 {
	font-size: 10pt; 
}