html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	overflow:hidden;
	background-color:#000000;
	font-size: 9pt;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link { color: #FFFFFF; margin: 0px auto; text-decoration: none; }	/* unvisited link */
	a:visited { color: #FFFF99; text-decoration: none; }        /* visited links */
	a:active { color: #fcb315; text-decoration: none; }        /* active links */
	a:hover {text-decoration: underline; color: #FFFF99; }

b, strong {
	font-weight: bold;
	}

i, em {
	font-style: italic;
	}

H1 {
	font: 16pt,  Arial, Helvetica, sans-serif; font-weight: bold; padding: 0.5em .25em 0em .65em;
	}
H2 {
	font: 12pt,  Arial, Helvetica, sans-serif; font-weight: bold; padding: 0.5em .25em 0em .75em;
	}
td {
	font-family: Arial, Helvetica, sans-serif;
}
p {padding: 0em .45em 0em 1em;
	}
th {
	font-family: Arial, Helvetica, sans-serif;
}

.diff_color_italic {
	color: #FFFFEE;
	font-style: italic;
	font-size: 9pt;
}
table.white {
background-color: #ffffff;
color: #666666;
width: 90%;
}

table.mainbody {
	/* width: 740px;
	height: 375px; */
	width: 90%;
	/* background-image: url(/images/flamebg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;*/
	border-width: 0px;
	}
table.mainblack {
	/*width: 740px;*/
	width: 90%;
	/* background-image: url(/images/flamebg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;*/
	background-color: #000000;
	border-width: 0px;
	}
td.mainbody {
	font-size: 10pt;
	/*width: 107px;*/
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
}

table.top {
	/* width: 740px;
	height: 103px; */
	width: 90%;
	border-width: 0px;
	/*background-image: url(/images/hd_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;*/
	}
td.topflame {
	/* width: 740px;
	height: 103px; */
	/* background-image: url(/images/hd_top_flame.jpg); 
	background-repeat: no-repeat;
	background-position: top left;*/
	font-weight: bold;
	}
td.botflame {
	/* width: 740px;
	height: 103px; */
	/*background-image: url(/images/hd_top_flame2.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:text-bottom;
	}
td.bgcolor {
	background-color: #FFFFCC;
	height: 1px;
} 
td.gabiad {
	background-image:url(/images/hd_topga.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	}
td.gabiad2 {
	background-image:url(/images/hd_topga2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:text-bottom;
	}
	
td.top2 {
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align:text-bottom;
	}
/* Footer */
table.footer {
	width: 740px;
	background-color: #000000;
}
#footer {
	font-size: 10pt;
	text-align: center;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFCC;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #ff9933;
}
#footer a:visited {
	text-decoration: none;
	color: #FFFF99;
}
#footer a:active {
	text-decoration: none;
	color: #FFCC66;
}
