p {
 font-family: Georgia, 'Times New Roman', Times, serif; 
 font-size:11px; 
 color:#FFFFFF
 }
 
a:link{
	text-decoration:none;
	color:#e9dbbb;
	font-weight: bold;
 }

a:visited{
	text-decoration:none;
	color:#e9dbbb;
	font-weight: bold;
	}

a:active{
	text-decoration:none;
 	color:#e9dbbb;
	font-weight: bold;
	}

a:hover{
	text-decoration:underline;
 	color:#FFFFFF;
	font-weight: bold;
	}

a.footer:link{
 text-decoration:none;
 	color:#681818;
 }

a.footer:visited{
	text-decoration:none;
	color:#681818;
	}

a.footer:active{
	text-decoration:none;
 	color:#681818;
	}

a.footer:hover{
	text-decoration:underline;
 	color:#FFFFFF;
	}
	
a.nav:link{
 text-decoration:none;
 	color:#0c6294;
 }

a.nav:visited{
	text-decoration:none;
	color:#0c6294;
	}

a.nav:active {
	text-decoration:none;
 	color:#0c6294;
}

a.nav:hover {
	text-decoration:none;
 	color:#9dc5dd;
}

ul {
	
}
	
h1 {
    font-family: Georgia, 'Times New Roman', Times, serif; 
	font-size:14px;
	color:#000000;

}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4c3772;
	text-align:left;
	padding:2px 0 0 10px;
	line-height: 2px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	weight:normal;
}