@charset "UTF-8";
/* CSS Document */
<!--
body, td, th {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #666666;
}
.textBoldWhite {
	color: #FFFFFF;
	font-weight: bold;
}
.textColorWhite {
	color: #FFFFFF
}
.textBoldWhiteLarge {
	color: #FFFFFF;
	font-weight: bold;
	font-size: Medium;
}
.textBoldWhiteXLarge {
	color: #FFFFFF;
	font-weight: bold;
	font-size: x-large;
}
.textBoldWhiteRedBG {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990000;
	font-size: x-large;
	padding-left: 5px;
	padding-right: 5px;
}
.textRed {
	color: #990000;
}
.textMedium {
	font-size: medium
}
.textXSmall {
	font-size: x-small
}
.navLink a:link {
	text-decoration:none;
	color: #FFFFFF;
}
.navLink a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
.navLink div:hover {
	text-decoration:none;
	color: #FFFFFF;
	background-color: #990000;
	background-image:url(../images/navArrow.png);
	background-repeat:no-repeat;
	background-position:left;
}
.textFooter {
	color: #999999
}
.textFooter a:link {
	color: #999999
}
.textFooter a:hover {
	color: #FFFFFF
}
.textFooter a:visited {
	color: #FFFFFF
}
