/* header1 ------------------------------------------------------------------------------------------------ */
h1 {
	color:#f58a1f;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h1 a { color:#f58a1f; }
h1 a:hover{	text-decoration:underline; }


/* header2 ------------------------------------------------------------------------------------------------ */
h2 {
	color:#f58a1f;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	margin:0px;
	padding-top:0px;
	padding-left: 0px;
	text-decoration:none;
}
h2 a { color:#f58a1f; text-decoration:none }
h2 a:hover{	text-decoration:underline }


/* header3 ------------------------------------------------------------------------------------------------ */
h3 {
	color:#f58a1f;
	font-family: Tahoma;
	font-size: 10px;
	font-weight:normal;
	margin:0px;
	padding:0px;
}
h3 a { color:##f58a1f; text-decoration:none }
h3 a:hover{	text-decoration:underline }

