@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#d6e3bc;
}

a:link {
	color: #669933;
}
a:visited {
	color: #669933;
}
a:hover {
	color: #669933;
}
a:active {
	color: #669933;
}

.headertext1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight:bold;
	font-variant: normal;
	color: #000000;
}

.headertext2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.headertext3{
	font-family:"Times New Roman", Times, serif
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	letter-spacing: 2px;
	color: #000000;
}

.nav {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:1px;
	color: #FFFFFF;
}

.nav a {
	color:#FFFFFF;
	text-decoration:underline;
}

.nav a:hover {
	color:#d6e3bc;
	text-decoration:underline;
}

.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:2px;
	color: #000000;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	color: #000000;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
}
