body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
}
.nav {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
	font-weight: bold;

}
td {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #FF0033;

}
a:visited {
	color: #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #3300FF;

}
.text {
	color: #000000;
	background-color: #CCCCCC;
	padding: 2px;
}
.header {
	font-size: 14px;
	font-weight: bold;
}
.caption {
	padding: 2px;
	color: #000000;

}
.copyright {
	font-style: italic;
	color: #000000;
	text-align: left;
	vertical-align: bottom;
	padding: 2px;
	font-size: 9px;


}
