@charset "utf-8";
/* CSS Document */

body {
	background: #afe6ff url(images/bg.png) repeat-x;
	margin: 0px;
	padding: 0px 0px 30px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	color: #3f78c5;
}
h2 {
	letter-spacing: 0.2em;
	font: small-caps normal 21px Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	text-align: center;
}
#pagecontents {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#datatable {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 25px;
}
.tableheader {
	font-weight: bold;
	border-bottom: 1px solid #2BBAFF;
}
#datatable table tr {
	border: 1px solid #37BEFF;
}
#datatable table {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

.chart  {
	width: 830px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.chartdata {
	background: url(images/chartmid.png) repeat-y;
	padding-left: 5px;
	padding-right: 5px;
}
.charttop {
	background: url(images/charttop.png) no-repeat;
	height: 15px;
	width: 830px;
}
#nav ul {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	width: 554px;
}
#nav {
	margin-right: auto;
	margin-left: auto;
}
#nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
}
#title {
	clear: both;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
a img {
	border-style: none;
}
.chartbottom {
	background: url(images/chartbottom.png) no-repeat;
	height: 17px;
	width: 830px;
}h1 {
	font: normal xx-large Georgia, "Times New Roman", Times, serif;
	margin: 15px 0px 0px;
	padding: 0px;
	text-align: left;
}
#pagecontents a{
	font-weight: normal;
	color: #274E81;
	background: url(images/link.png) no-repeat left center;
	font-style: normal;
	text-decoration: none;
	padding-left: 20px;
}
#pagecontents  a .noicon{
	background: url(none);
	margin: 0px;
	padding: 0px;
}

#pagecontents a:hover {
	color: #000;
}
