/*********************************************/
/* General*/
/*********************************************/
body{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size: 14px;
	color:#333333;
}
.siteColor{
	color:#9c7359;
}
p{line-height: 1.3; text-align:left;}
strong, b {
  color: #997b68;
}

/*******************************************/
/* H */
/*******************************************/
h1,h2,h3, h4 {
	font-family: Arial Narrow, Arial;
	color: #888888;
	font-weight:normal;
	margin-left: -0.5em;
	position:relative;
	line-height:normal;
	clear:both;
    z-index:10;
}
h2,h3, h4 {
_margin-left: -5px;
}
h1{
	font-size:300%;
	color:#514134;#7d593d;
}
h2{
	font-size:200%;
	color:#514134;
}

h3{
	font-size:160%;
	color: #000000;
}
h4{
	font-size:130%;
	color: #000000;
}
/*******************************************/
/* Tags */
/*******************************************/

li{
	padding-bottom: 10px;
	text-align: left;
}

blockquote{
	font-style: italic;
}

table{
font-size:100%;
}


/* End of General Styles*/
/************************************************/
