a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #005B2B;
	text-decoration: underline;
}

a.bodysubhdg:hover {
	color: #000000;
}

/* Body, TD and TABLE style set the overall styles for the entire site 
	They will cascade down to all other elements so do not need to be set again */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	margin: 5px;
}

li {
	list-style-position: outside;
	margin: 0px;
	padding: 0px 0px 7px 0px;
}

td, table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

.bodyhdg, h1, h2 {
	color: #990033;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
	text-transform: capitalize;
}

.bodysubhdg, h3, h4, h5 {
	color: #005B2B;
}

.tableborder {
	border: 1px solid #005B2B;
}

.tableheader {
	color: #005B2B;
}
.footer {
	font-size: 9px;
}
