html, body {
	margin:0;
	padding:0;
}

body,
.content,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	color:#6e6e70;
}

hr,.hr {
	display:block;
	height:1px;
	border:0px;
	border-bottom:1px solid #d4d5d7;
	padding-bottom:5px;
	margin-bottom:5px;
}

a {
	color:#603a15;
	text-decoration:none;
}
	a:hover {
		color:#008748;
	}
	a img { border:0 }

ul,ol {
	margin-top:0px;
	margin-bottom:0px;
}

strong, b { color:#999999; font-weight:bold; }

/* Some patches to remove extra spaces */
h1,h2,h3,h4,h5,h6,h7,form,p,hr {
	margin:0;
	padding:0;
}

/* Clear all patch */
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {display: inline-block;}