/* STYLE Classes */


hr {
	color: #DA8964;
	height: 0px;
	width: 100%;
	noshade; 
	size: 1px;
	border-top:1px solid #DA8964;
	border-bottom:0px solid #DA8964;
	padding-top: 0px;
	margin-top: 0px;
}

td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11Px;
	font-style: normal;
	line-height: 170%;
	color: #000000;
}

h1 {
	font: 13px Verdana,Arial,Helvetica,sans-serif;
	color: #CE6130;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
        margin-top: 0px;
}

h2 {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #DA8964;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
        margin-top: 0px;
}

ul {
	line-height: 130%;
	margin-bottom: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
        list-style-type:disc;
	padding-left: 15px;
}


li.active {
	line-height: 130%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color: #DA8964;
}