/* CSS Document */
body,td,th {
	font-family: Gill Sans MT, verdana;
	font-size: 12pt;
	color: #FFFFFF;
}
body{
	margin: 0; padding: 0;
}
a:link {
	font-weight: normal;
	text-decoration: none;
	color: #FC7700;
}
a:visited {
	text-decoration: none;
	color: #FFA95B;
}
a:hover {
	text-decoration: underline;
	color: #FF8533;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
h1 {
	font-weight: normal;
}
h1 {
	font-size: 72pt;
	font-weight:100;
	color: #FF7800;
}
h2 {
	font-size: 24pt;
	color: #FF7800;
	font-weight: regular;
}
h3 {
	font-size: 18pt;
	color: #FF7800;
	font-weight: regular;
}
H4 {
	font-size: 16pt;
	color: #FF7800;
	font-weight: regular;
}
h5 {
	font-size: 14pt;
	color: #FFA95B;
	font-weight: regular;
}
h6 {
	font-size: 12pt;
	color: #FF7800;
	font-weight: regular;
}