/* CSS Document */

.nav {
	font-size: 12px;
	color: #666666;
	padding-right: 20px;

	text-decoration: none;
	font-family: arial;
}

a:hover{
	
	color: #999999;
	
}
	
td {
	font-size: 11px;
	color: #666666;
	font-family: arial;
	line-height: 20px;
}
	