html {	width:100%;	height:100%;}body {	width:100%;	height:100%;	margin:0px;	padding:0px;	background-color:#fff;}/* Some patches to remove extra spaces */h1,h2,h3,h4,h5,h6,h7,form,p,hr {	margin:0px;	padding:0px;}hr,.hr {	display:block;	height:1px;	border:0px;	padding:0;	margin:0;	border:0;	border-bottom:3px solid #000;	margin-top:5px;	margin-bottom:6px;}a {	color:#145B05;	outline:none;	text-decoration:none;}	a:hover {		color:#666;	}ul,ol {	margin-top:0px;	margin-bottom:0px;}/* bold hack */b * {	font-weight:bold !important;}body,.content {	font-size:12px;	line-height:140%;	color:#000;	font-family:Helvetica, Helvetica Neue, Arial, sans-serif ;}.title,h2 {	font-size:14px;	font-weight:bold;	font-style:normal;	font-family:Helvetica, Helvetica Neue, Arial, sans-serif ;	text-transform:uppercase;	line-height:140%;	color:#000;}.red {	color:#145B05 !important;}.blue {	color:#145B05 !important;}/* Clear all patch */.clear:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.clear {display: inline-block;}
