h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin-bottom: 7px;
	margin-top:0px;
}
h1 a{
	color: #333333;
}
h1 a:hover{
	color: #006633;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h2 a{
	color: #333333;
	text-decoration: none;
	
}
h2 a:hover{
	color: #006633;
	text-decoration: underline;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #939379;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p{
	text-align:left;
}
.horiz{
	width:100%;
	height:1px;
	background-color: 939379;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	overflow: hidden;
	clear:both;
}
a{
	color: #006633;
}
.form_text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.archived_articles p{
	margin-top: 5px;
	margin-bottom: 5px;
}
.archived_articles a{
	text-decoration: none;
}
.archived_articles a:hover{
	text-decoration: underline;
}
.small_title{
	font-weight: bold;
	text-transform: uppercase;
	color: #006633;

}
.checklist{
	list-style-type: none;
	list-style-image: url(../images/checkbox.gif);
}
.checklist li{
	padding-bottom:10px;
	}