a {
    text-decoration: none;
}


.text {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

.textBold {
	font-family: Arial;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
}

.red {
	font-family: Arial;
	font-size: 11px;
	color: #990033;
}

.red:hover {
	font-family: Arial;
	font-size: 11px;
	color: #990033;
	text-decoration: underline;
}

.footerText {
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}