/*----------- redefined html tags --------------- */
h1, h2, p, td, div, img, ul, li { margin: 0; padding: 0; }

h1 {
	color:	#663333;
	font-size: 85%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	margin: 0 0 3px 0;
}

p {
	color: #666;
	font-size: 75%;
	line-height: 150%;
	text-align: left;
	margin: 0 0 15px 0;
}

p.testimonial {
	color: #666;
	font-size: 75%;
	line-height: 150%;
	text-align: left;
	margin: 0 0 2px 0;
	font-style: italic;
}

h2 {
	color:	#fbb049;
	font-size: 75%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	margin: 10px 0 2px 0;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2px;
}

h3 {
	color:	#fbb049;
	font-size: 85%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	margin: 15px 0 5px 0;
	border-bottom: solid 1px #fbb049;
	padding-bottom: 5px;
}

h4 {
	color:	#663333;
	font-size: 125%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	margin: 20px 0 20px 0;
	border-bottom: solid 1px #663333;
	padding-bottom: 8px;
}



hr { 
	margin: 5px 0 5px 0;
}

ul { 
	margin: 0 0 15px 25px;
	padding: 0 0 0 0;
}

ul li { 
	color: #666;
	font-size: 75%;
	line-height: 140%;
	text-align: left;
	margin: 0 0 4px 0;
	padding: 0 0 0 0;
}
	



/*----------- link styles ---------------*/ 
a { color: #fbb049; text-decoration; }
a:visited { color: #fbb049; text-decoration: underline; }
a:hover { color: #fbb049; text-decoration: none; }
a:active { color: #fbb049; text-decoration: none; }
