.underline {
	text-decoration: underline; //
}
.redText {
	color: #FF0000;
}

UL.keyLinksBar {
	border-top: 2px solid #E5680B;
	margin: 5px 0px 10px 0px;
	list-style-type: none;
	padding: 5px 5px 5px 5px;
	background-color: #FAEEE5;
	height: 30px;
	clear: both;
}

UL.keyLinksBar LI {
	font-size: 100%;
	text-align: center;
	width: 116px;
	height: 25px;
	padding-right: 2px;
	float: left;
}

UL.keyLinksBar LI A:link, UL.keyLinksBar LI A:visited, UL.keyLinksBar LI A:hover, UL.keyLinksBar LI A:active {
	display: block;
	text-align: center;
	width: 116px;
	height: 30px;
	color: #CC3C1A;
	font-weight: bold;
	text-decoration: none;
}
UL.keyLinksBar LI A:hover, UL.keyLinksBar LI A:active {
	color: black;
	text-decoration: underline;
}



