	body, td, div, p {
		font-family:	verdana, arial, helvetica, sans-serif;
		font-size:		10pt;
		/*text-align:		justify;*/
		vertical-align:	top;
		color:			#000000;
		background-color:	#FFFFFF;
	}

	a {
		color:			#0077AA;
		text-decoration:none;
	}

	a:link {
		color:			#0077AA;
	}

	a:active {
		color:			#0077AA;
	}

	a:hover {
		color:			#0077AA;
	}

	a:visited {
		color:			#0077AA;
	}

	.pageTitle {
		font-size:		20pt;
		/*margin-bottom:	20pt;*/
		text-align:		left;
		color:			#aaaaaa;
		display:		block;
	}
	
	.title		{
		font-weight:	bold;
	}
	
	.bgAAAAAA	{
		background-color:	#aaaaaa;
	}

	.signature	{
		font-size:		8pt;
		text-align:		left;
		color:			#aaaaaa;
	}
	
	.updated	{
		font-size:		8pt;
		text-align:		right;
		color:			#aaaaaa;
	}
	
	.bottom		{
		vertical-align:	bottom;
	}
	
	#footer	{
		font-size:		8pt;
		width:			100%;
	}

