* {	font-family:Arial,sans-serif;}html {	width:100%;	height:100%;}body {	width:100%;	height:100%;	margin:0px;	padding:0px;	background-color:#fdb825;}/* Some patches to remove extra spaces */h1,h2,h3,h4,h5,h6,h7,form,p,hr {	margin:0px;	padding:0px;}a {	outline:none;	text-decoration:none;}hr,.hr {	display:block;	height:1px;	border:0px;	margin-top:10px;	border-bottom:1px solid #fff;	margin-bottom:10px;}a {	color:#2b388f;	text-decoration:underline;}	a:hover {		color:#485EF4;	}ul,ol {	margin-top:0px;	margin-bottom:0px;}body,.content,td {	font-size:12px;	line-height:150%;	color:#2b388f;}.title *,h1,h2 {	font-family:Arial, sans-serif;	font-size:20px;	font-weight:bold;	font-style:normal;	line-height:23px;	letter-spacing:normal !important;	color:#2b388f;	padding-bottom:5px;}.title a,h1 a,h2 a {	color:#2b388f;	text-decoration:none;}.title a:hover,h1 a:hover,h2 a:hover {	color:#2b388f;}/* Clear all patch */.clear:after {	content: ".";	display: block;	height: 0;	clear: both;	visibility: hidden;}.clear {display: inline-block;}