body, html {
	background-color: #FFFFFF;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	border: none;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 10px;
}
a {
	font-weight: bold;
	color: #737070;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #689253;
	text-decoration: none;
}
#nav a {
	font-weight: bold;
	color: #737070;
	text-decoration: none;
	font-size: 11px;
}
#nav a:hover {
	color: #689253;
}
#bottomNav a {
	font-weight: bold;
	color: #737070;
	text-decoration: none;
	font-size: 11px;
}
#bottomNav a:hover {
	color: #689253;
}
h1 {
	font-size: 30px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}
.tiny {
	font-size: x-small;
}


.medTextItal {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.medText {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.xLargeGrey {
	font-size: x-large;
	color: #666666;
}
.imageText {
	font-size: 15px;
	font-weight: bold;
	color: #2E7BA9;
}


.dotted {
	border-top: thin dotted #999999;
}
.smallGrey {
	font-size: small;
	color: #666666;
	font-weight: bold;
}
.dottedTopBorder {
	border-top: thin dotted #999999;
}
