h1  {
	font-size: 1.8em;
	font-weight: bold;
}
h2  {
	font-size: 1.6em;
	font-weight: bold;
}
h3  {
	font-size: 1.8em;
	
}
h4  {
	font-size:1.5em;
}
h6  {
	font-size: 1.4em;
	
}
p, h5  {
	margin-bottom: .6em;
	font-size: 1.2em;
}
blockquote, blockquote p  {
	font-style: italic;
	display: block;
}
blockquote  {
	background: transparent url('') no-repeat scroll 0% 0%;	
	width: 384px;
	margin-bottom: 10px;
	color: #4f3504;
}
blockquote p  {
	font-size: 1.2em;
	margin:0px;
	padding:1% 15%;
	width:70%;
	color:#4f3504;
	background: transparent url('') no-repeat scroll 100% 100%;	
}

a  {
	text-decoration: underline;
	color:#4f3504;
	font-size: inherit;
	outline: none !important;
}
a:link  {
	outline: none !important;
}
a:active  {
	outline: none !important;
}
a:focus  {
	outline: none !important;
}
a:hover  {
	color:#4f3504;
	outline: none !important;
}

ul, ol  {
	list-style:none;
}
li  {
	font-size: 1.1em;
}
dl  {
	
}
dt  {
	
}
dd  {
	
}
table  {
	
}
thead  {
	
}
tbody  {
	
}
th  {
	
}
td  {
	
}
img  {
	border: 0px;
}
label  {
	font-size: 1.03em;
}
option  {
	padding-right: 7px;
	font-size: 1.1em;
	line-height: 1.3em;
}
 input, textarea, select {
	padding: 3px;
	border: 1px solid #b3afa6;
		background: #f5f1e5 url('/images/global/bg_input.png') repeat;
	font-size: 1.1em;
	font-family:Georgia,Times,serif;

}

 input[type=submit], input[type=password],   input.button,  button, .button{
	padding: 3px 5px;
	border: none;
	font-weight: normal;
	cursor:pointer;
	line-height: 1.6em;
	background: transparent url('') repeat-x scroll 0 50%;
}
 input[type=submit]:hover, input.button:hover,  button:hover, .button:hover {
	/* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}
input[type=hidden]  {
	display: none !important;
	visibility: hidden;
	padding: 0px;
	line-height: 0px !important;
	border: 0px !important;
}
b  {
	font-weight: normal;
}
b a {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	margin: 0px;
	padding: 0px;
	line-height: inherit;
	text-decoration: inherit;
	color: inherit;
}
/* helper classes */

.left  {
	float: left;
}
.right  {
	float: right;
}
.title  {
	list-style: none !important;
}


