/* STYLE Classes */


input, select, textarea {
	width:340px;
	font-family: Times New Roman, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	border: 1px solid #78b23a;
	margin-bottom:8px;
	margin-top:0px;
}


hr {
	color: #78b23a;
	height: 0px;
	width: 90%;
	noshade 
	size: 1px;
	border-top:1px solid #78b23a;
	border-bottom:0px solid #78b23a;
	padding-top: 0px;
	margin-top: 0px;
}

h1 {
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	font-size: 30px;
	color: #787878;
	font-weight: bold;
}

h2 {
	font-family: Times New Roman, sans-serif;
	font-style: italic;
	font-size: 18px;
	color: #787878;
	font-weight: bold;
	margin-bottom: 5px;
    margin-top: 0px;
}

ul {
	line-height: 180%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 20px;
    list-style-type:square;
}


