/* CSS Document */


body, html {


	background-color: #FFFFFF;

	line-height: 24px;
	
	background-image: url("graphics/background.jpg");

	margin-left: 0px;

	margin-top: 10px;

	margin-right: 0px;

	margin-bottom: 0px;
	
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;
	color: #FFFFFF;
	line-height: 24px;


}


td {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;
	color: #FFFFFF;
	line-height: 24px;
}



th {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #FFFFFF;
	line-height: 24px;
}


a:link {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #000066;
    text-decoration: none;

}

a:visited {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;
    color: #000066;
    text-decoration: none;    

}

a:hover {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;	
	color: #FA8FF7;
    text-decoration: none;	

}

a:active {

	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 12pt;	
	color: #000066;
    text-decoration: none;

}
