/* CSS Document */


body, html {


	background-color: #333333;

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;
	
	font-family: Georgia, Arial, helvetica, sans-serif;
    
    font-size: 10pt;
    
    color: #333333;
	
	line-height: 24px;

}


td {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;
	color: #333333;
	line-height: 24px;
}



th {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #333333;
	line-height: 24px;
}


a:link {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #0061A6;
    text-decoration: underline;

}

a:visited {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #0061A6;
    text-decoration: underline;    

}

a:hover {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;	
	color: #64A8EF;
    text-decoration: none;	

}

a:active {

	font-family: Georgia, Arial, helvetica, sans-serif;
    font-size: 10pt;	
	color: #0061A6;
    text-decoration: underline;

}

H1 {
color: #0061A6;
font-size: 12pt;
font-weight: bold;
}
