/* CSS Document */
.fnt
	{
		font-family:verdana, arial, helvetica;
		font-size: 10px;
		text-decoration: none; 
		color:ffffff
	}
	
.ta
	{
	font-family:Tahoma;
	font-size:12px;
	color:000000;
	text-decoration:none;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	}
	
.ta A {
	text-decoration: underline; 
	FONT-WEIGHT: bold;
	color:000000
	}

a:hover
	{
	text-decoration: underline; 
	color:ffffff
	}


