@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#ccc;
}

.navbkgd {
	background-color:#688e5b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#006;
}

H1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #619452;
	text-align: center;
}
H2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: oblique;
	font-weight: normal;
	color: #619452;
	text-align: center;
}
H3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #619452;
	margin-bottom:-10px;
	padding-bottom:0px;
}


p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.footer {
	text-align:center;
	font-weight:bold;
}
.footer a {text-decoration:underline;
}
p a {
	color: #009;
	text-decoration:underline;
}
