body, html
{
	margin: 0; 
	padding: 5px;
	font-family: trebuchet ms, helvetica, sans serif;
	font-size: 10pt;
	color: #CCCCCC;
	background: #0A0A0A;
	SCROLLBAR-FACE-COLOR: black; 
	SCROLLBAR-HIGHLIGHT-COLOR: #EE8D24; 
	SCROLLBAR-SHADOW-COLOR: gray; 
	SCROLLBAR-TRACK-COLOR: black; 
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	SCROLLBAR-BASE-COLOR: black
}


p
{
 margin-top: 0px;
 margin-bottom: 15px;
 padding: 0;
 line-height: 11pt;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: -5px;
	margin-bottom: 0px;
	color: white;
}

a					
{
	font-family: trebuchet ms, helvetica, sans serif;
	text-decoration: none;
}

a:link { color: #EE8D24; }
a:visited { color: #EE8D24; }
a:hover { color: #FFCB05; }
a:active { color: #EE8D24; }

ul, li {  line-height: 12pt; }

hr
{
	width: 100%;
	height: 1px;
}

img				{ border: 0; }


