/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	color: white;
	font-family:Verdana;
	}
td {
	font:12px Arial, Helvetica, sans-serif; 
	color:#000000;
	}
	
a {
	color: #333333;
	text-decoration:none;
	}
	
a:hover {
	color: #FF9933;
	}
	