html {margin: 0; padding: 0; height:100%;}


body {
	font-size: 9pt;
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
	background: #000000;
	color: #ffffff;
	text-align: left;

}

table {
	font-size: 9pt;
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #ffffff;
	text-align: left;

}

a:link {
	text-decoration: none;
	color: #ffffff; 
}
	
a:visited {
	text-decoration:none;
	color: #ffffff; 
}

a:hover {
	text-decoration:none;
	color: #ffcc00;
}

h1 {
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 5px;
}

h2 {
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
h3 {
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}