.red {
	color: #FF0000;
}

.active a {
	color: #0066CC;
	border-bottom: 1px solid #CCCCCC; 	
	text-indent:3px; 	
}

.notactive a {
	color: #666666;
	border-bottom: 1px solid #CCCCCC; 	
	text-indent:3px; 	
}

.notactive a:hover {
	color: #0066CC;
	border-bottom: 1px solid #CCCCCC; 	
	text-indent:3px; 	
}


