@charset "UTF-8";
/* CSS Document */

h1 {
	color: #990000;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: normal;
	margin-top: 15px;		
margin-bottom: 15px;	
	
}

h2 {
	color: #990000;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: normal;
	margin-top: 15px;		
margin-bottom: 15px;	
margin-left: 5px;
	
}


h3 {
	color: #990000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: bold;
	
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
		line-height: 20px;

}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
		line-height: 20px;

}


.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #FF9900;
}

a:active {
color: #990000;
}

