BODY {
	font-size:10pt;
	font-weight:normal;
	font-family:helvetica,arial;
	background-color:white;
	margin:2em;
}
TABLE, TD, TR {
	font-weight:normal;
	font-family:helvetica,arial;
}
H1,H2,H3,H4,H5,H6 {
	font-family:helvetica,arial;
}
H1 {
	font-size:2em;
	text-align: center;
	color:#00004f;
	font-weight:bold;
}
H2 {
	font-size:1.7em;
	color:#00004f;
	margin-right:0pt;
	font-weight:bold;
}
H3 {
	font-size:1.6em;
	color:#00004f;
	margin-right:0pt;
	font-weight:normal;
}
H4 {
	font-size:1.4em;
	color:#00004f;
	font-weight:normal;
}
H5 {
	font-size:1.2em;
	color:#00004f;
	font-weight:normal;
}
H6 {
	font-size:1.1em;
	color:#00004f;
	font-weight:normal;
}
B, STRONG {
	font-family:helvetica,arial;
	font-weight:bold;
	color:#00004f;
}
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: 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: none;
      color: #0000d9; 
}
A:visited {
	text-decoration: none;
                color: #551aaf; 
}
A:active {
	text-decoration: none;
                color: #ff006f; 
}
A:hover {
	text-decoration: none;
               color: #6666ff; 
}
