.menuItem{
	font-family:tahoma;
	font-size:12px;
	color:#666666;
}
.menuItem:hover{
	color: Blue;
	background-color: #FFD700;
}
.menuTitle{
color:#666666; 	
font-family: Arial Narrow, Arial, Helvetica, sans-serif;
font-size: 16px;
text-decoration: none;
}
.menuTitle:hover {
	text-decoration: underline;
	color: Blue;
	background-color: #FFFFCC;
}
.link:hover {background-color: #FFD700;color: blue;}
.txol{
	color="#C0C0C0";
}
.txol:hover {
	color: Blue;
	background-color:yellow;
}
.maverick{font-family:verdana;font-size:10px;color:#000000;}
.txt{font-family:tahoma;font-size:11px;color:#737373}
.news{font-family:tahoma;font-size:10px;color:#666666;}
.phpnewsTitle{
	font-family:tahoma;
	font-size:10px;
	color:#666666;
}
.phpnewsTitle:hover{
	color: Blue;
	background-color: #FFD700;
}
.phpnews{
	font-family:tahoma;
	font-size:10px;
	color:#737373;
}