.text-table 
	{
	font-size:10pt; 
	color:#000000;
	text-align: left;
	font-family:sans-serif,arial,verdana,helvetica;
	border:2px solid #08198C;
	}
a:link 
	{
	color:#000099;
	text-decoration:underline;
	}

a:hover 
	{
	color:#FFFFFF;
	background:#3E5671;
	text-decoration:underline;
	cursor:hand;
	cursor:pointer;
	}

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

