BODY {
	font-weight:normal;
	font-family:helvetica,arial;
	background-color:white;
	margin-left:5pt;
	margin-right:5pt;
}
TABLE, TD, TR {
	font-weight:normal;
	font-family:helvetica,arial;
}
H1,H2,H3,H4,H5,H6 {

	font-family:helvetica,arial;
}
H1 {
	color:#330000;
	font-size:24pt;
	font-weight:bold;
}
H2 {
	color:#440000;
	margin-right:0pt;
	font-size:18pt;
	font-weight:bold;
}
H3 {
	color:#550000;
	margin-right:0pt;
	font-size:18pt;
	font-weight:normal;
}
H5 {
	color:#660000;
	font-weight:normal;
}
B, STRONG {
	font-family:helvetica,arial;
	font-weight:bold;
	color:#330000;
}
I, EM {
font-family:helvetica,arial;
font-style: italic;
color:#1f0000;
}
SMALL {
	font-family:helvetica,arial;
	font-size:smaller;
	letter-spacing:normal;
}
UL {
	list-style-position:inside;
	list-style-type:disk;
	margin-left:10pt;
	margin-right:10%;
}
UL LI {
	list-style-type:disk;
  	color: #220000;
}
OL { 
list-style-type: lower-roman 
} 
A:link {
	text-decoration: none;
                color: #D99E65; 
}
A:visited {
	text-decoration: none;
                color: #DB4F33; 
}
A:active {
                color: #995F27; 
}
A:hover {
	text-decoration: underline ;
                color: #ff006f; 
}
