.NavFont {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	border: none;
}

.TitleFont {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.GreyBack {
	background-color: #999999;
	background-image: url(watermark.gif);
}

.NormalText {
	background-color: #FFFFFF;
}

.EvenRow {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #999;
}

.OddRow {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #CCC;
}

.OddRow a:link, .EvenRow a:link, .OddRow a:visited, .EvenRow a:visited {
	color:Black;
}

.OddRow a:hover, .EvenRow a:hover {
	color:White;
}

.TableHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.TableHeader a {
	color:White;
}

.NavBack {
	background-color: #999999;
}

.EmphasisFont {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: none;
}

.OnPageNavFont {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: none;
}

