/* ----------------------------- =Text One -------------------------------- */
body, body *
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #89895C;
	line-height: 160%;
}


img { border: none; }

h1, h2, h3, h4, h5
{
	font-family: Arial, Helvetica, Sans Serif;	
	margin-top: 50px;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #993300;
}

h2
{
	margin: 0 0 5px 0;
	font-size: 15px;
	color: #fff;
}

h3
{
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #993300;
}

h4
{
	font-weight: bold;
	font-size: 30px;
	color: #993300;
}

h1.sub-title
{
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;	
	color: #3b3b22;
}
	

p
{
	margin-top: 15px;
	margin-bottom: 20px;
}

ul, ol
{
	margin: 10px;
}

ul
{
	list-style-type: none;
}

ul li
{
	display: block;
	padding: 5px 0 10px 25px;
	font-size: 11px;
	border-top: 1px dotted #762902;
}


a
{
	text-decoration: none;
	color: #fff;
}

a:hover
{
	color: #fff;
	background-color: #404040;
}

.hr
{
	margin: 0;
	height: 15px;
	border-top: 1px solid #eaeeef;
}

.small
{
	font-size: 80%;
}

