* {	margin: 0;}
img{     border: 0;}
html, body {	height:100%;	min-width:1005px;	width:expression(document.body.clientWidth < 1005? "1005px": "auto");}
body{	background:#fff;}
.header{	height:130px;	width:100%;	font-size:12px;	font-weight:bold;	background:#fff;}.wrapper {	width:1005px;	min-height: 100%;	height: auto !important;	height: 100%;	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */	text-align:center;	background:#fff;}.footer, .push {	height: 100px; /* .push must be the same height as .footer */}.footer{	width:1005px;	margin:auto;	background:#fff;	border:0px solid #666;}.content{	width:1005px;	min-height:850px;	margin:auto;	height:auto;	color:#D7D6D6;	font-size:14px;	font-family:New Times Roman, serif;	text-align:left;	padding:25px 0px 20px 0px;}
div{	border:0px solid #000000;	font-family:Arial, Helvetica, sans-serif;	font-size:11px;	color:#000;	margin:0px;	padding:0px;}
a:link,a:visited,a:hover,a:active {	color:#005F88;	text-decoration:none;	font-weight:normal;}a:hover{	text-decoration:underline;}