body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #333F65;
	font-size: 9pt;
}
			
a:link, a:visited {
	color: white
}

a:hover, a:active {
	color: #CCCCCC
}

.border {
	background-color: #000000
}

.copyright {
	text-align: right;
	font-size: 8pt;
	color: white;
}
		
.section {
	background-color: #000000;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

.text1 {
	color: white;
	background-color: #333F65;
}

.text2 {
	color: white;
	background-color: #555F87;
}

.textsm {
	font-size: 8pt
}

.header {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: white
}

ul {
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#statsTable {
	width: 100%;
	border-collapse: collapse;
	border: none;
}

#statsTable th {
	background-color: #555F87;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}

#statsTable td {
	padding: 1px;
	color: #FFFFFF;
	border-bottom: 1px solid #444F76;
}

#statsTable .column1 {
	padding-right: 10px;
	width: 8%;
	text-align: right;
}

#statsTable .column2, #statsTable .column3, #statsTable .column4, #statsTable .column5 {
	width: 11%;
	text-align: right;
}

#statsTable .column6, #statsTable .column7 {
	width: 24%;
	text-align: right;
}
	
