body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #black;
	color: white;
}
table.nav {
	margin-top: 1.8cm;
	margin-left: 4cm;
}
TD {
	font-family : Arial, Helvetica, Sans-serif;
	font-size : 10pt;
	vertical-align : top;
	color: white;
}
.main {
	margin-right: 2cm;
	margin-left: 2cm;
	background-color: white;
	border: 4px solid #CC0000;
	padding-right: 8px;
	padding-left: 8px;
	z-index: 0;
	position: relative;
}
#p1 {
	padding-left: 1.5cm;
}
#footer {
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.content {
	width: 95%;
}
#text {
	position: relative;
	z-index: 10;
	left: -1px;
	color: white;
}
body img#logo {
	position: absolute;
	z-index: 1;
	float: left;
	top: 8px;
	left: 8px;
}
h4 {
	font-size: 14px;
	font-weight: bolder;
	color: #white;
	border: none;
}
h2 {
	text-align: center;
	color: #white;
}
table#chart {
	text-align: center;
}
table tr#chartTitles {
	font-weight: bold;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFFFFF;
}

A {
	color : red;
}

A:VISITED {
	color : red;
}

A:HOVER {
	color : blue;
}