/* Global Styles */

body {
	margin:0px;
	background-color:black;
	color: white;
	font:10pt arial;
	}
td {
	font:10pt arial;
	color:Black;
	}
	
a {
	color:#000097;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #026990;
	}
	
