<!--
body {
	font-size: small; 
	font-family: Arial; 
	color: #666666;
	background-color: #FFFFFF;
	}

table   
	{ 
	
	}
	
td.header
	{	
	font-size: large;
	width: auto; 
	font-style: bold;
	background-color: #FFFFFF;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;

	}
	
td.text
	{	
	font-size: small;
	width: auto; 
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	}
	
td.footer
	{
	font-size: xx-small; 
	background-color: #FFFFFF;
	color: #FF8C0E;
	text-decoration: none;
	font-weight: bold;
	vertical-align: top;
	} 

a:link	
	{
	color:#FF8C0E;
	text-decoration: none;
	}

a:visited 
	{
	color:#FF8C0E;
	text-decoration: none;
	}

a:hover	
	{
	color:#0069B7;
	text-decoration: underline;
	}



-->


