BODY {
	font-size:10pt;
	font-weight:normal;
	font-family:arial,helvetica;
	background-color:white;
	margin:1em;
}
TABLE, TD, TR {
	font-weight:normal;
	font-family:arial,helvetica;
}
H1,H2,H3,H4,H5,H6 {
	font-family:arial,helvetica;
}
H1 {
	font-size:2em;
	text-align: center;
	color:#633B01;
	font-weight:bold;
}
H2 {
	font-size:1.7em;
	color:#633B01;
	margin-right:0pt;
	font-weight:bold;
}
H3 {
	font-size:1.6em;
	color:#633B01;
	margin-right:0pt;
	font-weight:normal;
}
H4 {
	font-size:1.4em;
	color:#633B01;
	font-weight:normal;
}
H5 {
	font-size:1.2em;
	color:#633B01;
	font-weight:normal;
}
H6 {
	font-size:1.1em;
	color:#633B01;
	font-weight:normal;
}
B, STRONG {
	font-family:arial,helvetica;
	font-weight:bold;
	color:#000000;
}
I, EM {
	font-family:arial,helvetica;
font-style: italic;
color:#1f0000;
}
SMALL {
	font-family:arial,helvetica;
	font-size:smaller;
	letter-spacing:normal;
}
UL {
	list-style: url(/images/bullet.gif) disc outside;
	margin-left:10pt;
	margin-right:10%;
}
UL LI {
	list-style: url(/images/bullet.gif) disc outside;
}
OL { 
list-style-type: lower-roman 
} 
A:link {
	text-decoration: underline ;
      color: #C8A500; 
}
A:visited {
	text-decoration: underline ;
                color: #C8A500; 
}
A:active {
	text-decoration: none;
                color: #ff006f; 
}
A:hover {
	text-decoration: overline  ;
               color: #C8A500; 
}
