/*This is the only style sheet*/

body {
	font-family: 'sans-serif'; 
	font-size: 10pt; 
	font-weight: normal; 
	text-align: left; 
	color: #000000;
}


img {
	float: none;
}

a {
	color: #f6b815;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {

	color: #000000;

}


.small	{
	font-size: 7pt;
}

.footer	{
	font-size: 8pt;
	color: #f6b815;

}



