/* CSS Document */

a:link { color: #006600 }  
a:visited { color: #999999} 
a:hover { color: #FF9900}
body {
	background-color: #006600;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
hr {border: none 0; 
	border-top: 1px solid #006600;
	width: 100%;
	height: 1px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	}	
.box {
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.form_fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
}
.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
}
.news_header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #006600;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 25px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 20px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 15px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 14px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
	font-style: italic;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 13px;
	font-weight: normal;
	color: #006600;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 0px;
	font-style: italic;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:0px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 0px;
	padding-top: 0px;
}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	line-height: 16pt;
	color: #333333;
	font-weight: normal;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom: 0px;
	padding-top: 0px;
	list-style-image: url(bullet.gif);
}

.buttonscontainer {width: 165px;}

.buttons a {color: #336600;
background-color: #FFFFFF;
padding: 4px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #336600;
font: 14px georgia, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;}

.buttons2 a {color: #336600;
background-color: #ECFFEC;
padding: 2px;
padding-left: 20px;
display: block;
border-bottom: 1px solid #336600;
font: 12px georgia, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #336600;
color: #FFFFFF;
text-decoration: none;}

.buttons2 a:hover {background-color: #000000;
color: #FFFFFF;
text-decoration: none;}