body {
	color: #000;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
}
a:link { color: #000; text-decoration: underline; }

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}

li {
	list-style-type: disc;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: -1.5em;
}
hr {
	color: #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
p {
	margin-top: .65em;
	margin-right: 0px;
	margin-bottom: .65em;
	margin-left: 0px;
}

.main_content {
	background-image: url(../gfx/watermark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.highlight_blue {
	font-weight: bold;
	color: #004890;
}
.highlight_green {
	font-weight: bold;
	color: #31B457;
}


.main_content_minpad {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.copyright {
	font-size: 11px;
	color: #004890;
	text-align: right;
	vertical-align: top;
	padding-top: 63px;
	padding-right: 40px;
}
.details {
	font-size: 11px;
	color: #004890;
	text-align: left;
	vertical-align: top;
	padding-top: 35px;
}
.details a:link {
	text-decoration: underline;
	color: #004890;
}
.details a:visited {
	text-decoration: underline;
	color: #004890;
}
.details a:active {
	text-decoration: none;
	color: #004890;
}
.details a:hover {
	text-decoration: none;
	color: #004890;
}
