body {
	background-color: #E3EFC2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:18px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333}

select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333}

.greytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.greytext A:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#6B8723;
	text-decoration:underline;
	font-size:12px;
	line-height:18px;
  font-weight:normal;
}
.greytext A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6B8723;
	text-decoration:none;
	font-weight:normal;
	line-height:18px
}
.greytext A:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6B8723;
  font-weight:normal;
	text-decoration:underline;
	line-height:18px;
}
.greytext A:visited{
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6B8723;
	line-height:18px;
  font-weight:normal;
	text-decoration:underline;
}

.footernav{font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#000;
  font-weight:normal;
}
.footernav:link, .footernav:visited
{font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	text-decoration:underline;
	font-size:11px;
  font-weight:normal;
}
.footernav:hover, .footernav:active
{font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}

.pageheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
    text-decoration: underline;
	color: #111111;
}
.pagesubheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#6B8723;
	font-weight: bold;
}

.grey{
	color: #666666;
}
.red{
	color: #DA251D;
}

.white{
	color: white;
}

ul{
  list-style-image: url(images/bullet.gif);
}


grey {
	color: #666666;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
}

.button{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #E3EFC2;
	color: #666666;
	border: 1px solid #666666;
}
.buttonover{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #666666;
}


