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:#640000;
	font-size:24pt;
	font-weight:bold;
}
H2 {
	color:#8C0000;
	margin-right:0pt;
	font-size:18pt;
	font-weight:bold;
}
H3 {
	color:#B40000;
	margin-right:0pt;
	font-size:18pt;
	font-weight:normal;
}
H5 {
	color:#DC0000;
	font-weight:normal;
}
B, STRONG {
	font-family:helvetica,arial;
	font-weight:bold;
	color:#A00000;
}
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:square;
	margin-left:10pt;
	margin-right:10%;
}
UL LI {
	list-style-type:square;
  	color: #C80000;
}
OL { 
   list-style-type: lower-roman 
} 
A:link {
	text-decoration: underline;
                color: #FF9191; 
}
A:visited {
	text-decoration: none;
                color: #FF9191; 
}
A:active {
                color: #FF4040; 
}
A:hover {
	text-decoration: overline ;
                color: #FF9191; 
}
