body		{
		background:	#ffffff;
		margin-top:	0;
		margin-left:	0;
		margin-right:	0;
		margin-width:	0;
		margin-height:	0;
		}

table.page 	{
		background:	#3A6EA5;
		font-family:	verdana;
		color:		white;
		font-size:	10pt;
		}

table.info 	{
		background:		#ffffff;
		font-family:		verdana;
		color:			black;
		font-size:		7pt;
		}

tr.header 	{
		background:		#eeeecc;
		font-family:		verdana;
		color:			black;
		font-size:		7pt;
		}
	              
a:link		{
		color:			blue;
		text-decoration:	underline;
		}
	
a:visited	{
		color:			blue;
		text-decoration:	underline;
		}

a:active	{
		color:			blue;
		text-decoration:	underline;
		}

a:hover		{
		color:			blue;
		text-decoration:	underline;
		}

