.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 19px;
}
A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #CC6600; text-decoration: underline; }
A:visited { color: #CC6600; text-decoration: underline; }
A:active { color: #CC6600; text-decoration: underline; }
A:hover	{ color: #FF3300; text-decoration: underline; }

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
A.white   	{ color: #999999; text-decoration: none; }
A.white:link	{ color: #999999; text-decoration: none; }
A.white:visited { color: #999999; text-decoration: none; }
A.white:active { color: #999999; text-decoration: none; }
A.white:hover	{ color: #FFFFFF;  text-decoration: none; }

