<style type="text/css">
.bugfix
{
}

html
{
	margin: 0px;
	padding: 0px;
}
body
{
        topmargin: 0px;
        leftmargin: 0px;
	margin: 0px;
	padding: 5px;
	width: 95%;
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Courier New;
	font-size: 12px;
	color: #000000;
        background-image: url(background_light_main.jpg);
	background-repeat: no-repeat;
	background-attachment : fixed;
}

p
{
	font-family: Courier New, Century Gothic, Arial;
	font-size: 12px;
	color: #000000;
	background: transparent;
}
a:link, a:visited
{
	font-family: Century Gothic, Courier New, Arial;
	color: #56737E;
	background: transparent;
	text-decoration: none;
        font-weight: bold; 
}

a:active, a:hover
{
	font-family: Century Gothic, Courier New, Arial;
	color: black;
	background: transparent;
	text-decoration: underline;
        font-weight: bold; 
}
table {
	font-family: Courier New, Century Gothic, Arial;
	font-size: 12px;
	color: #000000;
}
hr {
	width: 77%;
	color: #000000;
}
</style>