.Times14Black {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration : none;	
}
.Times14Brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5B371F;
	text-decoration : none;	
}
.Times14White {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration : none;	
}
.Arial10Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration : none;	
}
A:hover {
	color: #000000;
	text-decoration : underline;
}

