body, p, div, td {
	font-size: 11px;
	font-family : Arial, sans-serif;
}
.mainbody {
	padding:20px;
}

#menu { text-align:center; }
a.menuitem, a.menuitem:hover {
	padding: 5 10 5 10;
	text-decoration:none;
	color : #000000;
	font-family : Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.menuitem:link, a.menuitem:visited {
	color: #5D9984;
}

.bodyonpale {
	color : Black;
	background-color : #E1ECE7;
	font-family : Arial, sans-serif;
	font-size : 11px;
}

.caption {
	color : Black;
	background-color : #E1ECE7;
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-style : italic;
}

.bodyongreen {
	color : White;
	background-color : #B5CFC4;
	font-weight: bold;
	font-family : Arial, sans-serif;
	font-size : 11px;
}

.header {
	color : #5D9984;
	background-color : White;
	font-weight: bold;
	font-family : Arial, sans-serif;
	font-size : 15px;
	text-decoration:none;
}

.subhead {
	color : #5D9984;
	background-color : transparent;
	font-family : Arial, sans-serif;
	font-size : 13px;
	text-decoration:none;	font-weight:bold;
}

.currentlink {
	color : #000000;
	background-color : Transparent;
	font-family : Arial, sans-serif;
	font-size : 11px;
	text-decoration:underline;
}

.navTable td
{
    padding: 5px;
}

a {
	color : #5D9984;
	background-color : transparent;
}

a:active {
	color : #5D9984;
	background-color : transparent;
}

a:hover {
	color : #5D9984;
	background-color : transparent;
}

a:visited {
	color : #5D9984;
	background-color : transparent;
}

.footer {
	color : #5D9984;
	background-color : Transparent;
	font-family : Arial, sans-serif;
	font-size : 10px;
	text-decoration:none;
}


