.text {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #333333;
	text-align: justify;
}
.green-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #006600;
	text-decoration: none;
}
.spacer {
	font-family: Tahoma;
	font-size: 7px;
	text-decoration: none;
}
.redtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.bluetext {
	font-family: Tahoma;
	font-size: 11px;
	color: #244881;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

