table
{
	font-size: 12px;
	color: dimgray;
	font-family: Tahoma;
}
a:link {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma;
	font-size: small;
	color: #FF9900;
	text-decoration: none;
}

.alt
{
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	
}

.alt A:visited
{
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	
}

.alt A:link
{
	font-family:Tahoma;
	text-decoration: none; 
	font-weight: bold;
	color:#666666;
	
}

.alt A:hover
{
	font-family: Tahoma;
	
	color: #FF8C00;
	text-decoration: bold;
	font-weight: bold;
}

