body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	list-style-type: circle;
}

H1, H3, H5 { font-family: Verdana, Arial }
H1 { font-weight: bold; font-size: 15pt; line-height: 16pt; 
     font-family: Arial }
H3 { font-weight: bold; font-size: 13pt; line-height: 14pt; 
     font-family: Arial }
H5 { font-weight: bold; font-size: 11pt; line-height: 11pt; 
     font-family: Verdana }

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	list-style-type: circle;
	font-size: 11pt;

}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;

}
a:link {
	color: #0033FF;
	text-decoration: underline;

}
a:visited {
	color: #0033FF;
	text-decoration: underline;

}
a:hover {
	color: #AC0C48;
	text-decoration: none;

}
a:active {
	color: #AC0C48;
	text-decoration: none;

}