/* ************************************************************************ SET UP THE HEADER TAGS */
h1,h2,h3,h4,h5,h6{ 
margin: 0px; padding: 0px; 
font-family: tahoma, "Trebuchet MS", verdana, arial;
color: #333; 
font-weight: normal!important;
}
/* ************************************************************************ HEADER ONE TAG */
h1{
font-size: 20px;
padding-bottom: 20px;
font-weight: bold!important;
color: #E39C42;
text-transform: uppercase;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif!important; 
}
h2{
font-size: 20px;
padding-bottom: 20px;
font-weight: 800;
text-transform: uppercase;
}
/* ************************************************************************ BLOCK QUOTE AND PRE SET UP*/
blockquote, pre {
line-height:1.5em;
margin:0.5em 1em;
padding:0.75em 1.5em;
}
/* ************************************************************************ BLOCK QUOTE */
blockquote {
background-image:url(images/000000a10.png);
}
/* ************************************************************************ PRE TAG */
pre {
font-size:.9em;
font-family:"Courier New", Courier, mono;
}
/* ************************************************************************ FIELD SET */
fieldset {
margin:.5em 0;
}
/* ************************************************************************ HR TAG */
hr {
margin-top: 30px;
margin-bottom: 30px;
padding: 0px;
border:none;
height:1px;
background:#7a7a7a;
}	
/* ************************************************************************ HEADER FOUR TAG */
	h4.left, img.left, span.left {
	text-align:left;
	line-height:1.5em;
	padding:0;
	margin:.5em 20px .5em 0;
	float:left;
	display:inline-block;
	}
	h4.center, img.center, span.center {
	text-align:center;
	line-height:1.5em;
	margin:0 auto .5em;
	padding:0;
	display:block;
	}
	h4.right, img.right, span.right {
	text-align:left;
	line-height:1.5em;
	padding:0;
	margin:.5em 0 .5em 20px;
	float:right;
	display:inline;
	}
	h4.left, h4.right { width:300px; }
	h4.center { width:350px; }
	
