a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	color: #7F7F7F;
	text-decoration: underline;
	font-size: xx-small;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #000;
	text-decoration: none;
}
.red {
	color: #F00;
}
