<style type="text/css">
	span			{ color: #000000; font-family: Verdana; font-size: 9pt;}
	body			{
		color: #000000;
		font-family: Verdana;
		font-size: 8pt;
		background-color: #FFFFFF;
	}
	
	a:link			{ color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: underline;}
	a:visited		{ color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: underline;}
	a:active		{ color: #000000; font-family: Verdana; font-size: 8pt; text-decoration: underline;}
	a:hover			{ color: #0064FF; font-family: Verdana; font-size: 8pt; text-decoration: underline;}
	a:focus			{ color: #0064FF; font-family: Verdana; font-size: 8pt; text-decoration: underline;}

	div.menu		{
		position: absolute;
		background-color: #ffffff;
		width: 500px;
		top: 10px;
		text-align: right;
	}

	div.main		{
		position: absolute;
		background-color: #FFFFFF;
		width: 500px;
		top: 115px;
		left: 10px;
		padding-left: 15px;
		padding-right: 15px;
		border-left: thin solid #cccccc;
		border-right: thin solid #cccccc;
	}
	
	div.commercial	{
		position: absolute;
		background-color: #ffffff;
		width: 300px;
		top: 10px;
		left: 560px;
		text-align: left;
	}

	.grey				{
		color: #000000;
		font-family: Verdana;
		font-size: 9pt;
		background : #EEEEEE;
		padding-bottom : 5px;
		padding-top : 5px;
		padding-left : 5px;
		padding-right : 5px;
	}
</style>
