body {
	margin: 0px; 
	font-family: arial, verdana;
	font-size: 13px;
	background-color: #0a71c1;
	background-image: url('images/bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	
}
.content {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
.container {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #02222d;
	

}
a:link {  
   color: #033544;
   font-weight: none;
   text-decoration: none;
} 
a:active { 
   color: #033544;
   font-weight: none;
   text-decoration: none;
} 
a:visited { 
   color: #033544;
   font-weight: none;
   text-decoration: none;
} 
a:hover { 
   color: #02222D; 
   font-weight: none;
   text-decoration: underline;
}
h2 {
	margin: 0px;
	font-size: 16px;
	color: #25557d;
}
h3 {
	margin: 0px;
	font-size: 14px;
	color: #25557d;
}
td {
	font-size: 12px;
	color: #02222d;

}
ul { 
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}
li {
	margin: 0px;
	list-style: none;
	padding-left: 20px;
	background-image: url('images/ck.png');
	background-repeat: no-repeat;
}
.footnote {
	font-size: 10px;
	color: #616161;
	text-align: left;
	width: 825px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;

}
.footer {
	background-image: url('images/footer_bg.png');
	background-repeat: repeat-x;
	height: 55px;
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #25557d;
	font-size: 11px;
	padding-top: 50px;
	
}
