.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
.textBLUE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	text-decoration: none;
}
.textEmphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990033;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
}