body
{
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    color: #89AC98;
}
h2
{
    font-size: 12px;
    font-weight: bold;
    color: #89AC98;
}
img
{
    border: 0px;
}
a
{
    font-size: 11px;
    font-weight: bold;
    color: #3A3D60;
    text-decoration: none;
}
a:visited
{
    color: #3A3D60;
}
a:hover
{
    font-weight: bold;
    color: #89AC98;
    text-decoration: underline;
}
.nav {
	background-image: url(images/wmsmall.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu {
	display: block;
	line-height: 30px;
}
.menuactive {
	display: block;
	line-height: 30px;
    font-size: 11px;
    font-weight: bold;
    color: #6C947A;
    text-decoration: none;
}
.menu2 {
	display: block;
	line-height: 15px;
	padding-left: 5px;
}
.menu2active {
	display: block;
	line-height: 15px;
	padding-left: 5px;
    font-weight: bold;
    color: #6C947A;
    text-decoration: none;
}
.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 3px;
}
.footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 5px;
	padding-top: 3px;
}
.indent {
	margin-left: 20px;
}
