BODY {
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica;
	font-size: 12pt;

}
STRONG {
	font-weight: bold;
	font-style: normal;
}
HR {
	height: 2pt;
	color: #3299ED;
}
A:link {
 	text-decoration: none;
	color: #0000FF;
}
A:visited {
	text-decoration: none;
	color: #0000FF;
}
A:active {
	color: #0000FF;
}
A:hover {
	text-decoration: underline;
}