html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, br {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#4D0C14;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #1D160F;
	text-decoration: none;
	line-height: 2;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	padding:15px 0 0 0;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7D555A;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	padding:20px 0 0 0;
	border-bottom:1px solid #C4B2B4;
}

h2, h2 a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7C6749;
	text-decoration:none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: top;
	padding:10px 0 0 0;
	border-bottom:1px solid #C4B2B4;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7C6749;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	padding: 0;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #1D160F;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	text-transform: none;
	font-style:normal;
}
a:hover {
	color: #F3290A;
}
.reduced {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.reduced_light {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color:#EEEEEE;
}
.enlarge {
	font-size: 16px;
	font-weight: normal;
}
.heading {
	font-weight: bold;
}
.heading_main {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}
.dark_text {
	color: #5B708E;
}
.menu {
	font-size: 10px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}
.img {
	border: 1px solid #000000;
}
.error, .error_msg {
	color:#CC3333;
	font-weight: bold;
	position:relative;
	top:5px;
	left:30px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
