/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#A0AF50;
	font-family:Lucida Sans, Lucida Grande, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#3B3F40;
	letter-spacing:0px;
}

h1 {
		color: #758C00;
		font-family: Lucida Sans, Lucida Grande, sans-serif;
		font-size:18px; 
		text-transform:uppercase;
		line-height:22px;
		padding: 0;
		margin: 0px;
		font-weight: normal;
}

h3 {
	line-height:22px;
}

h6 {
	color: #758C00;
	font-size:10px;
	line-height:14px;
}

.Linkfont{
		font-family:Lucida Sans, Lucida Grande, sans-serif;
		color:#0a529b;
		text-decoration:none;
		text-decoration:underline;
}
a.Linkfont:hover {
		font-family:Lucida Sans, Lucida Grande, sans-serif;
		color:#3B3F40;
}
.whiteFont {
		color: #FFFFFF;
		font-family: Lucida Sans, Lucida Grande, sans-serif;
}
		
.whiteFont a:link, .whiteFont a:visited {
		color: #FFFFFF; text-decoration: underline;
}
		
.whiteFont a:hover {
		color: #FFFFFF; text-decoration:none;
}

.footerFont {
		color: #758C00;
		font-size:9px;
		line-height:11px;
}
.footerFont a:link, .footerFont a:visited {
		color: #758C00; text-decoration: none;
}
.footerFont a:hover {
	color: #758C00; text-decoration: underline;
}

.HeadGreen {
		color: #758C00;
		font-family: Lucida Sans, Lucida Grande, sans-serif;
		font-size:18px; text-transform:uppercase;
		line-height:22px;
}

.HeadGreen a:link, .HeadGreen a:visited {
		color: #758C00; text-decoration: underline;
}

.HeadGreen a:hover {
		color: #758C00; text-decoration:none;
}

.input{
font-family: Lucida Sans, Lucida Grande, sans-serif;
color:#000;
font-size:14px;
font-weight: normal;
width:200px;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
border: solid 1px #A9D64E;
border-bottom: solid 1px #A9D64E;
border-right: solid 1px #A9D64E;
background-color:#FFFFFF;
}
.button{
background-image: url(../images/button-bg.gif);
font-family: Lucida Sans, Lucida Grande, sans-serif;
border:solid 1px #090909;
font-size:14px;
color:#ffffff;
height:30px;
padding-left:20px;
padding-right:20px;
font-weight:bold;
}
.GeneralFont{
font-family:Lucida Sans, Lucida Grande, sans-serif;
font-size:14px;
line-height:16px;
color:#3B3F40;
text-decoration:none;
}
.LinkfontGreen {

		font-family:Lucida Sans, Lucida Grande, sans-serif;
		font-size:14px;
		line-height:16px;
		color:#758C00;
		text-decoration:none;
}
a.LinkfontGreen:hover {

		font-family:Lucida Sans, Lucida Grande, sans-serif;
		font-size:14px;
		line-height:16px;
		color:#758C00;
		text-decoration:underline;
}
.RequiredField{
vertical-align:middle;
	margin-left:5px;
	color:#FF6600;
	font-size:17px;
	font-weight:bold;
}

a.blog_link, a.blog_link:visited {
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	height: 40px;
	margin: 8px 0px 20px 0px;
	color: #000;
	text-decoration: none;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}