.menuGroup {
	font-family: Arial, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	}
.menuGroup:hover {
	color: Blue;
	text-decoration: underline;
	}
.menuItem {
	font-family: Arial, serif;
	font-size: 13px;
	color: #C1B890;
	text-decoration: underline;
	background-color: transparent;
	}
.menuItem:hover {color: #3399FF;}
.menuItemYellow {
	font-family: Arial, serif;
	font-size: 13px;
	color: #FFD700;
	text-decoration: underline;
	background-color: transparent;
	}
.menuItemYellow:hover {color: #3399FF;}
.txt{font-family:tahoma;font-size:12px;color:#333333}
.txt2{font-family:tahoma;font-size:11px;color:#333333}
.news{font-family:tahoma;font-size:10px;color:#666666;}
.link:hover {background-color: #FFD700;color: blue;}
.size12{font-size:12px;}
.size24{font-size:24px;}
.a:hover {background-color: #FFD700;color: blue;}
.siteURL {
	font-family: Tahoma, Arial;
	font-size: 14px;
	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;
}
