body, div, h1, h2, h3, span, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-size: 9px;
	line-height: 18px;
			}
			body {
	background : #333333;
			}
			td,tr,table {
	font-size: 9pt;
	border : 1 Black;
	border-left-style : solid;
	border-bottom-style : solid;
	border-top-style : solid;
	border-right-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-color : #777777;
	background : #eeeeee;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC33;
			}
			h1 {
				font-size: 18pt;
			}
			h2 {
				font-size: 14pt;
			}
		a:link {
	color: #CCCCCC;
	text-decoration: underline;
}
        a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
        a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
        a:active {
	color: #FFFFFF;
}