body
{
	font-family: Tahoma, Verdana, Arial;  
	color: #000000; 
	background-color: #000000; 
	font-size: 11px; 
	vertical-align: top; 
	letter-spacing: 0px;
	padding: 0px;
}

.normalsmalltext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 9px; 
	text-decoration: none;
}

.normaltext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	text-decoration: none;
}

.normalboldtext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px;
	font-weight:bold; 
	text-decoration: none;
}

.normalbigboldtext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 13px;
	font-weight:bold; 
	text-decoration: none;
}

.pagetitle
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 17px;
	font-weight:bold; 
	text-decoration: none;
}

.normalorangetext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px;
	font-weight:bold;
	color:#FF5C00;
	text-decoration: none;
}

.errortext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px;
	color:Red; 
	text-decoration: none;
}

.headtext
{
	font-family: Tahoma, Verdana, Arial; 
	font-size: 13px; 
	font-weight:bold;
	color: #FF5C00;
	text-decoration: none;
}

.hlink
{
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none; 
	color:Black; 
	font-size:11px;
}
			
			
.hlink:link			
{
	font-family: Tahoma, Verdana, Arial;
	text-decoration:underline; 
	color:Black; 
	font-size:11px;
}

.hlink:hover		
{
	font-family: Tahoma, Verdana, Arial;
	text-decoration:underline; 
	font-weight:bold;
	color:Black; 
	font-size:11px;
}

.hlink:visited		
{
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none; 
	color:Black; 
	font-size:11px;
}

.hlink:active		
{
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
	font-weight:bold; 
	color:Black; 
	font-size:11px;
}

.txtbox		
{
 	border-color: #000000;
	border-width:1px;
	border-style:solid;
	font-size:11px;
	font-family: Segoe UI, Verdana, Arial;
	background-color:SmokeWhite;
}

.btn
{
	background-color:#E0E0E4; 
	color:Black;
	font-size:11px;
	font-family: Segoe UI, Verdana, Arial;
}