.menuGroup {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F3C712;
	text-decoration: underline
	}
:hover.menuGroup {color: Blue;background-color: #FFD700;}
.menuItem {
	font-family: Arial;
	font-size: 10px;
	color: #9DC2D9;
	text-decoration: underline;
	background-color: transparent
	}
:hover.menuItem {color: Blue;background-color: #FFD700;}
.menuItemYellow {
	font-family: Arial, serif;
	font-size: 10px;
	color: #FFD700;
	text-decoration: underline;
	background-color: transparent;
	}
:hover.menuItemYellow {color: Blue;}
.txt{font-family:tahoma;font-size:12px;color:#333333}
.news{font-family:tahoma;font-size:10px;color:#666666;}
:hover.link {background-color: #FFD700;color: blue;}
.size12{font-size:12px;}
.size24{font-size:24px;}
:hover.a {background-color: #FFD700;color: blue;}
.siteURL {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #DBDBE3;
	letter-spacing: 0px;
	text-decoration: none;
	background-color: transparent;
	}
.siteURL:hover {
	text-decoration: underline;
	}
.txol{
	color="#C1B890";
}
.txol:hover {
	color: Blue;
	background-color:orange;
}