BODY
{
	font-family: arial, verdana;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	background-color: black;
}

.VisibleText
{
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
}

A.VisibleText
{
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

.NormalText
{
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: normal;
}

A.NormalText
{
	font-family: arial, verdana;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
}

.NormalScrollBar
{
	overflow:auto; 
	scrollbar-face-color : black; 
	scrollbar-highlight-color : white; 
	scrollbar-3dlight-color : white; 
	scrollbar-shadow-color : #A1A1A1; 
	scrollbar-darkshadow-color : black; 
	scrollbar-track-color : black; 
	scrollbar-arrow-color : white;
}