body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3F6B47;
}

.navigation {
	font-size: 11px;
	text-align: left;
	color: #FFFFFF;
	padding-left: 12px;
}

.navigation img {
	margin-left: -12px;
	}

h1 {
	font-size: 18px;
	color: #719C61;
}

h2 {
	font-size: 14px;
	color: #719C61;
}

p, li {
	font-size: 11px;
	}
	
.pullout {
	font-weight: bold;
	font-style: italic;
	}
	
.address {
	font-size: 11pt;
	text-align: center;
	}
	
.backtotop {
	text-align: right;
	font-size: 10px;
	}
	
.navigation a, .navigation a:link, .navigation a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	}

.navigation a:hover {
	color: #B0F396;
	}
	
a:link, a:visited {	
	color: #39523F;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}