.menuGroup {
	font-family: Arial, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFA500;
	text-decoration: none;
	}
.menuGroup:hover {
	color: #3399FF;
	text-decoration: underline;
	}
.menuItem {
	font-family: Arial, serif;
	font-size: 12px;
	color: #DBDBE3;
	text-decoration: none;
	background-color: transparent;
	}
.menuItem:hover {
	color: #3399FF;
	text-decoration: underline;
	}
.menuItemOrg {
	font-family: Arial, serif;
	font-size: 13px;
	color: #FFD700;
	text-decoration: none;
	background-color: transparent;
	}
.menuItemOrg:hover {
	color: #3399FF;
	text-decoration: underline;
	}
.txt{font-family:tahoma;font-size:12px;color:#333333}
.news{font-family:tahoma;font-size:10px;color:#666666;}
.link:hover {background-color: #FFD700;color: blue;}
.size12{font-size:12px;}
.siteURL {
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #DBDBE3;
	letter-spacing: 1px;
	text-decoration: none;
	background-color: transparent;
	}
.siteURL:hover {
	text-decoration: underline;
	}
.txol{
	color="#C1B890";
}
.txol:hover {
	color: Blue;
	background-color:orange;
}