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


body,td {
	font-size: 10pt;
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: none;
	text-decoration: none;
	color: #333333;
	text-align: left;
}

a.links {
	font-size: 10pt;
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #ffcc00;
	text-align: center;
}

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

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

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: #333333;
	margin: 5px;
}
h3 {
	font-family : Century Gothic, Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	margin: 5px;
}
