

td.nav {
	color: white;
	background-color: #333333;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

td.nav ul {
	
}

td.nav li {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}

td.nav li a:link, td.nav li a:visited {
	color: white;
}

td.nav li a:hover {
text-decoration:underline;
}

span.indent {
	margin-left: 25px;
}

.LargeText {
	font-size: 14px;
}
.ZeroBottom {
	margin-bottom: 0px;
}

.UnderLined {
	text-decoration: underline;
}

p.WhiteLink a:link, p.WhiteLink a:visited, p.WhiteLink a:hover {
	color: white;
	text-decoration: underline;
}