body {
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	}
	
A {
	color: #0068B3;
	text-decoration: none;
	}

A:hover {
	color: #0068B3;
	text-decoration: underline;
	}

A:visited {
	color: #0068B3;
	text-decoration: none;
	}
	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 150%;
	}
		
.textBOLD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 150%;
	}

.textBOLDblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: 800;
	color: #0068B3;
	line-height: 150%;
	}
		
.textSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	line-height: 110%;
	}