<style>
	body {
		background-color: #FFFFFF;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}

	A {
		color: #000066;
	}

	a:hover {
		text-decoration: underline;
	}

	table, td, p, ul, ol, form {
		font-family : Arial;
		font-size : 10pt;
	}

	.navigation {
		font-family: Arial;
		font-size: 10pt;
		color: #000066;
		text-decoration: none;
	}

	.navigation-white {
		font-family: Arial;
		font-size: 10pt;
		color: #FFFFFF;
		text-decoration: none;
	}

	.navigation-small {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		color: #000066;
		text-decoration: none;
	}

	.button-navigation {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10pt;
		color: #000066;
		text-decoration: none;
		font-weight: bold;
	}	

	.input-small {
		font: Tahoma;
		font-size: 8pt;
		border-width: 1;
		border-color: A0A0A0;
		border-style: solid;
		background-color: FFFFFF;	
	}
	
	.checkbox-small {
		font: Tahoma;
		font-size: 8pt;
		border-width: 0;
		border-color: A0A0A0;
		border-style: solid;
	}	
	
</style>