.lighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #99abc3;
	line-height: 20px;
}
.boldtext {
	font-weight: bold;
}
a:link {
	color: #b00101;
	text-decoration: none;
}
a:visited {
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #FF9900;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.darktext {
	color: #555b79;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
.titlered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b00101;
}
.bolddark {
	font-weight: bold;
	color: #555b79;
}

