.menuNormal A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menuNormal A:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menuNormal A:active {
	color: #FFFFFF;
	text-decoration: none;
}
.menuNormal A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menuNormal A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.menuSelected A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.menuSelected A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menuSelected A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menuSelected A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}
.menuSelected A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}


.menuSmallNormal {
	color: #e7d6c0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menuSmallNormal A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menuSmallNormal A:link {
	color: #e7d6c0;
	text-decoration: none;
}
.menuSmallNormal A:active {
	color: #e7d6c0;
	text-decoration: none;
}
.menuSmallNormal A:visited {
	color: #e7d6c0;
	text-decoration: none;
}
.menuSmallNormal A:hover {
	color: #e7d6c0;
	text-decoration: underline;
}

.menuSmallSelected A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}
.menuSmallSelected A:link {
	color: #e7d6c0;
	text-decoration: none;
	font-weight:bold;
}
.menuSmallSelected A:active {
	color: #e7d6c0;
	text-decoration: none;
	font-weight:bold;
}
.menuSmallSelected A:visited {
	color: #e7d6c0;
	text-decoration: none;
	font-weight:bold;
}
.menuSmallSelected A:hover {
	color: #e7d6c0;
	text-decoration: underline;
	font-weight:bold;
}



.normalText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	/*letter-spacing: 5px;*/
	color: #000000;
	text-decoration: none;
	background-color:#FFFFFF;
}
.normalText A:link {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.normalText A:active {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.normalText A:visited {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
	
}
.normalText A:hover {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
}


.normalBoxText {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	/*letter-spacing: 5px;*/
	color: #000000;
	text-decoration: none;
	background-color:#FFFFFF;
}
.normalBoxText A:link {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.normalBoxText A:active {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.normalBoxText A:visited {
	color: #000000;
	text-decoration: underline;
	background-color:#FFFFFF;
	
}
.normalBoxText A:hover {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
}

.descriptionBlackText {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 13px;
	/*letter-spacing: 5px;*/
	color: #000000;
	text-decoration: none;
	background-color:#FFFFFF;
}

.descriptionGreyText {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 13px;
	/*letter-spacing: 5px;*/
	color: #555555;
	text-decoration: none;
	background-color:#FFFFFF;
}

.languageText A {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	line-height: 18px;
	/*letter-spacing: 5px;*/
	color: #c5192b;
	text-decoration: none;
	background-color:#FFFFFF;
}

.languageText A:link {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.languageText A:active {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
}
.languageText A:visited {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
	
}
.languageText A:hover {
	color: #c5192b;
	text-decoration: underline;
	background-color:#FFFFFF;
}