body {
	background-color: #333333;
}

.bodytext	{

	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: black;
	line-height: 15px;
	font-weight: normal;
}

.bodytextWhite	{

	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: white;
	line-height: 15px;
	font-weight: normal;
}


.tinytext	{

	font-size: 10px;
	font-family: Verdana, Helvetica, Arial, "MS Sans-Serif";
	color: gray;
	line-height: 11px;
	font-weight: normal;
}


a			{
	color: #FF9933;
	text-decoration: underline;
	
}

a.visited			{
	color: #FF9933;
	
}

a.link			{
	color: #FF9933;
	
}

a.active			{
	color: #FF9933;
	
}

a:hover				{
	text-decoration: underline;
	color: #FF9933;
	
}

.subhead {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: bold; 
	font-weight: bold; 
	color: black;
}

.subheadWhite {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: bold; 
	color: white;
}

