/* Global Styles */

body {
	margin:0px;
	background-color:White;
	color: white;
	font:8pt arial;
	}
td {
	font:9pt arial;
	color:Black;
	}
	
a {
	color:black;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #0066CC;
	}
	
