html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #25598C;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
}
.content_wrapper1 {
	background-image: url(images/bg_inside_border_l_r.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
}
.footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#credits {
	color: #FFFFFF;
	font-size: 11px;
	margin: 5px 0 10px 20px;
}
#credits a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
