

	
.t:VISITED {color: #CCCC00;
  	text-decoration : none;
}
	
.t {color: #666666;
  	text-decoration : none;	
}

.t:HOVER {
    color: #800000;
  	text-decoration : none;
  	}
	
.t:active {
	color: #000000;
  	text-decoration : none;
  	}  

a.menu
	{
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color:#ffffff;
	text-decoration : none;
	}

a.menu:hover
	{
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color:#ffffcc;
	text-decoration : none;
	}
	
	
td
	{
	
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 8pt;
	color:#333333;
	}
	
	
	a
	{color: #333399;
	text-decoration: underline;}
