
.sitestyle
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

.frmtxt
{
	font-family : "Courier New", monospace;
	font-size : 12px; 
}

a:link
{
	color: rgb(255, 154, 0);
	font-size : 12px;
		
}
a:visited
{
	color: rgb(255, 154, 0);
	font-size : 12px;
	
} 
a:active 
{
	color: rgb(255, 154, 0);
	font-size : 12px;
		
}


.tabcolheader
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : rgb(102,204,255);
	font-weight : bold;
}

.tabrowheader
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : rgb(102,204,255);
	font-weight : bold;
	text-decoration:underline;
}	

.tabcell
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : rgb(102,204,255);
}	

.errortext
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px; 
	color: rgb(255,0,0);
}
