/* 
 */
BODY, BD {
	font-family :Verdana, "Lucida Sans", Arial, sans-serif;
	font-size :8pt;
	
	background-color: #333333;
	color : White;
}
A:link {
	color: #FFCC66;
}
A:active {
	color: #FFCC66;
	font-weight: larger
}
A:visited {
	color: #CC6633;
}
A:hover {
	text-decoration: underline;
	color: #FFCC66;
	margin-left : 5px;
	font-weight: larger;
	font : bolder;
}
H1 {
	color: White;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding : 7px;
}
H2 {
	font-size: 10pt;
	 margin-left :20px;
	 vertical-align : middle;
}
H3 {
	font-size: 10pt;
	font-weight: normal;
	padding : 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
H4 {
	font-size: 8pt;
	margin-bottom : 0px;
	margin-left : 8px;
	margin-right : 0px;
	margin-top : 0px;
}
H5 {font-size: 7pt;}
H6 {font-size: 6pt;}
HR {height: 1pt; color: #fff8dc;}
LI {
	padding : 3px;
}

