.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
}
.whitetext {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
}
.whitetext a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetext a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.whitetext a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}
.whitetextlarge {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.redText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #900;
	text-decoration: none;
}
.redText a:link {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	font-size: small;
}
.redText a:visited {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	text-decoration: none;
	font-size: small;
}
.redText a:hover {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
	font-size: small;
}
.redText a:active {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #900;
	font-size: small;
}
.redTextLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
}
.BOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.invisible a:link {
	font-weight: bold;
	color: #333333;
}
.invisible a:visited {
	color: #333333;
	text-decoration: none;
}
.invisible a:hover {
	color: #666666;
	text-decoration: none;
}
.darkText {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #333;
}
.darkText a:link {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.darkText a:visited {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.darkText a:hover {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
.darkText a:active {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.borderRed {
	border: 1px solid #900;
}
.border {
	border: 1px solid #FFF;
}
#bodyTable {
	background-color: #333333;
}
#borderTable {
	background-color: #333333;
}
#bodyTableYellow {
	background-color: #f8f8f7;
}
#borderTableYellow {
	background-color: #f8f8f7;
}
.darkTextLarge {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.darkBorder {
	border: 1px solid #333;
}
#navigationTable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

