body {
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px;
	background-image: url(../images/interface/watermark_acr.jpg);
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link, a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover, a:active {
	color: #003399;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	color: #000000;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
h6 {
	text-align: center;
	font-weight: normal;
	font-size: 0.7em;
}
/*Content table cell*/
td.content {
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
}
/*Navigation table*/
td.menu table {
	font-size: 1em;
	font-variant: small-caps;
}

td.menu table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	color: #336600;
	padding-top: 10px;
}
/*the th's will no longer be links
td.menu table th a:link, td.menu table th a:visited {
	color: #336600;
	text-decoration: none;
	cursor: default;
}
td.menu table th a:hover, td.menu table th a:active {
	color: #336600;
	text-decoration: none;
	cursor: default;
}
*/
td.menu a:link, td.menu a:visited {
	color: #336600;
	text-decoration: underline;
}
td.menu a:hover, td.menu a:active {
	color: #336600;
	text-decoration: none;
}