/* CSS Document */

TD {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	line-height: 16px;
}

.quotes {
	font-family: Times New Roman, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: semi-bold;
	color:#DFF4FF;
	
}

A:LINK {
	color:#C4BA90;
	text-decoration:none;
	font-weight:bold;  
}
A:VISITED {
	color:#C4BA90;
	text-decoration:none;
	font-weight:bold; 
}
A:HOVER {
	color:#A8B8C0;
	text-decoration:underline;
}
