BODY {
 margin: 10px 0px 20px 0px;
 background: #FFFFFF;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #333333;
}

H1  {
	font-size: 14pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	color : #000000;
	margin: 20pt 0pt 18pt 0pt;
	line-height: normal;
}

H2  {
	font-size: 10pt;
	font-weight: bolder;
	color: #000000;
	margin: 18pt 0pt 6pt 0pt;

 }
 
 H3  {
 font-size: 90%;
 font-weight: bold;
 color: #666666;
 }

H4  {
	font-size: 8pt;
	color: #0099FF;
	margin: 18pt 0pt 6pt 0pt;

 }
 
 H5  {
 font-size: 80%;
 font-weight: bold;
 color: #465D96;
 margin: 0pt 0pt 6pt 0pt;
 }
 
H6  {
 font-size: 80%;
 font-weight: bold;
 color: #465D96;
 text-align: center;
 margin: 12pt 0pt 6pt 0pt;
 }
 
img {border: 0px}

hr {
	color: #C0C0C0;
	font-size: 95%;
}

p, li, ul, table {
	font : 12px/12pt Verdana, Arial, Helvetica, sans-serif;
}

ul  {
 margin: 0pt 10pt 12pt 20pt; 
 list-style-image : url('../images/bullet.gif');
}

ol {
 margin: 0pt 10pt 12pt 10pt; 
 list-style-type : decimal;
}

li {
	margin: 0pt 0pt 10pt 10pt;
	line-height: 16px;
}

a, a:visited {
 font-weight: normal;
 color: #FFFFFF;
 text-decoration: none;
 }

a:hover { 
 font-weight: normal;
 color: #CCCCCC;
 text-decoration: underline;
}
