.white {
	color: #FFFFFF;
}
a.white {
	text-decoration: none;
}
a.white:hover {
	text-decoration: underline;
}
.grey {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
a.grey {
	text-decoration: none;
}
a.grey:hover {
	text-decoration: underline;
}
.bullet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: #0066CC;
	letter-spacing: -2px;

}
.blue-med {
	color: #0066CC;
}
a.blue-med {
	text-decoration: none;
}
a.blue-med:hover {
	text-decoration: underline;
}
.redbox {
	font-weight: bold;
	color: #FF0000;
}
.greenbox {
	font-weight: bold;
	color: #009900;
}
.bluebox {
	font-weight: bold;
	color: #0066CC;
}

