INPUT
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 9px;
	border-left: thin groove;
	border-bottom: thin groove;
	font-family: verdana;
}
TEXTAREA
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 11px;
	overflow: auto;
	border-left: thin groove;
	border-bottom: thin groove;
	font-family: verdana;
}
SELECT
{
	border-right: thin groove;
	border-top: thin groove;
	font-size: 10px;
	border-left: thin groove;
	border-bottom: thin groove;
	font-family: verdana;
}
BODY
{
	margin: 0px;
	background-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #343434;
	scrollbar-shadow-color: #808080;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #808080;
	scrollbar-darkshadow-Color: #000000;
}

.DataFont
{
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
}
.Headdings
{
	font-weight: bolder;
	font-size: 18pt;
	color: #dd01a7;
	font-family: Tahoma, 'Monotype Corsiva' , Verdana, Arial;
}
.DataFontBold
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Tahoma,Verdana, Arial;
}

.DataFontBoldRed
{
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
	font-family: Tahoma,Verdana, Arial;
}

.DataFontBoldBlue
{
	font-size: 10pt;
	color: #00CCFF;
	font-weight: bold;
	font-family: Tahoma,Verdana, Arial;
}

.DataFontBoldYellow
{
	font-size: 10pt;
	color: Yellow;
	font-weight: bold;
	font-family: Tahoma,Verdana, Arial;
}