/* CSS Document */

html, body {
height: 100%;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
background-color: #0099cc;
}

#Content {
	margin: 0 auto;
	text-align: left;
	width: 760px;
	height: 100%;
	background-color: #88d7f1;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #015d97;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #015d97;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.norepeat {
	background-repeat: no-repeat;
	background-position: left top;
}

