html,body {
		font-family: Arial, Sans-Serif;
}
h1 {
	color: #05aaca;
	font-weight: 400;
	font-size: 18pt;
}
h2 {
 	color: #a4a3a2;
	font-weight: 400;
	font-size: 16pt;
	
}
h3 {
 	color: #db3a2a;
	font-weight: 600;
	font-size: 12pt;
	margin-top: 2px;
	
}
h4 {
 	color: #a4a3a2;
	font-weight: 600;
	font-size: 12pt;
	margin-top: 2px;
	
}
p {
	color: #333333;
	font-size: 9pt;
}
td {
	color: #333333;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #05aaca;
}
#footer a {
	color: white;
}