/* Table backgrounds */
.outerBorder {
	background-color: #000099;
}
.innerBorderWR {
	background-color: #537B53;
}
.navbarBgroundWR {
	background-color: #73A273;
}
.innerBorderPR {
	background-color: #999966;
}
.navbarBgroundPR {
	background-color: #B1B18B;
}
.whiteUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.frontPageText {
	padding: 16px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
}

.frontPageText a {
	color: #FFFFFF;
}

.frontPageText a:hover {
	color: #dddddd;
}
