fieldset {
	border:							1px solid #AC5920;
	margin-bottom:				5px;
}
legend {
	color:							#FFC389;
}

table {
	font-family:					arial;
	font-size:						8pt;
	color:							#FFC389;
}

a {
	color:							#FFC389;
}

h1,h2,h3,h4,h5,h6 {
	font-family:					Courier New,Arial;
	font-size:						14pt;
	font-weight:					normal;
	text-align:					center;
}
h2 {
	font-size:						13pt;
}
h3 {
	font-size:						12pt;
}
h4 {
	font-size:						11pt;
}
h5 {
	font-size:						10pt;
}
h6 {
	font-size:						9pt;
}








p {
	padding-top:					4px;
	text-align:					justify;
}

hr {
	border-color:					black;
	/*border-style:				none;*/
	border-right: 				#000000 0px solid;
	border-top: 					1px solid #AC5920; 
	border-left: 					#000000 0px solid; 
	border-bottom: 			#FFC389 0px solid; 
	height: 						0px;	 
	width:							60%;
}
