body {
	background-color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
a:visited {
	color: #000000;
		text-decoration:none;
	cursor: hand;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	cursor: hand;
}
a:active {
	color: #000000;
		text-decoration: none;
	cursor: hand;
}
.bold {
	font-weight: bold;
}.tableHeading {
	font-size: 90%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tableBody {

	font-size: 90%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.bodycopy {
	font-size: 90%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.bodyCopySmall {



	font-size: 75%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #05013F;
	text-decoration: none;
}
