* {
	margin:0;
	padding:0;
}

html,
body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body,
.content,td {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#333333;
}
strong, b { color:#333333; font-weight:bold; }

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	margin-top:5px;
	border-bottom:1px solid #d4d5d7;
	margin-bottom:5px;
}

/* default h1 styles */
.title *,h2 {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:19px;
	font-style:normal;
	font-weight:normal;
	line-height:150%;
	color:#6f201c;
	text-transform:uppercase;
}
.title a,h2 a {
	color:#6f201c;
	text-transform:none;
}
.title a:hover,h2 a:hover {
	color:#6f201c;
}

a {
	color:#8f8f91;
	text-decoration:none;
}
a:hover { color:#6f201c; }
a img { border:0 }

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}