body p {
	text-align: center;
	color: #808080;
}

.redhighlight {
	color: #996633;
}

.orangehighlight {
	color: #996633;
}

a {
	text-decoration: none;
}

a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
}

body {
	padding:0;
	background-color: #FFFFFF;
	/*width: 800px;*/
	/*min-height:650px;*/
	margin-top: 10px; /* controls spacing between navigation bar and body content */
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

p {
	color: #808080;
	font-size:11px;
	font-weight:normal;
	line-height:1.4em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}
