<!--

a:link,a:active,a:visited,.menutext:link,.menutext:active,.menutext:visited { COLOR: #333333;  text-decoration: none}
a:hover,.menutext:hover { COLOR: #990033; text-decoration: none}

.text-maroon:link,.text-maroon:active,.text-maroon:visited { COLOR : #990033; text-decoration:underline}
.text-maroon:hover { COLOR: #990033; text-decoration: none}

.text {
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.text-maroon {
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
	font-style: bold;
	color: #990033;
	text-decoration: none;
}

.text-desc {
	font-family: Arial;
	font-size: 10px;
	line-height: 140%;
	font-style: none;
	color: #999999;
}

.menu {
	font-family: Arial;
	font-size: 10px;
	line-height: 180%;
	padding-left: 10px;
	color: #333333;
}

.menutext {
	font-family: Arial;
	font-size: 10px;
	line-height: 180%;
	padding-left: 10px;
	color: #333333;
}
.menuchosen,menuchosen:link,menuchosen:active,menuchosen:visited {
	font-family: Arial;
	font-size: 10px;
	line-height: 180%;
	padding-left: 10px;
	color: #000000;
}

-->