body {
	background-color: #003366;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	text-align: center;
}

span, p, td, th, tr, div {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#000000;
}

a:hover {
	text-decoration:none;
	color:#FC0E10;
}

#page_container {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	}

#page_container_top {
	width: 940px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align:center;
	}

#page_container_bottom {
	width: 940px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align:center;
	}
	
#page_footer {
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 10px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	}

table.chart {
	border-collapse: collapse;
}

td.chartTitle, th.chartTitle {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #000000;
}

.chartTitle {
	border:1px solid #000000;
}

td.chart, td.chartDark, th.chart {
	border:1px solid #000000;
	padding: 3px;
}

th.chart {
	color: #FFFFFF;
	background-color: #666666;
	padding: 3px;
}

.chartDark {
	background-color: #CCCCCC;
}

.x-large {
	font-size: 22px;
	font-weight: bold;
	font-family: arial, sans-serif;
}

.large {
	font-size: 15px;
	font-weight: bold;
	font-family: trebuchet ms, verdana, sans-serif;
}

.medium {
	font-size: 13px;
	font-weight: medium;
	font-family: trebuchet ms, verdana, sans-serif;
}

.small {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}

.x-small {
	font-family: arial, sans-serif;
	font-size: 9px;
	
}

.x-large_white {
	font-size: 17px;
	font-weight: bold;
	color: white;
	font-family: arial, sans-serif;
}

.large_white {
	font-size: 13px;
	font-weight: bold;
	color: white;
	font-family: trebuchet ms, verdana, sans-serif;
}

.medium_white {
	font-size: 12px;
	color: white;
	font-weight: medium;
	font-family: trebuchet ms, verdana, sans-serif;
}

.small_white {
	font-size: 9px;
	color: white;
}

.x-small_white {
	font-size: 9px;
	color: white;
}

.white {
	color: white;
}

.left_inset_pic {
	float: left;
}

.right_inset_pic {
	float: right;
}