.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text a:link {
	text-decoration: underline;
	color: #000000;
}
.text a:hover {
	color: #999999;
	text-decoration: none;
}
.text a:visited {
	color: #000000;
	text-decoration: underline;
}
.text a:active {
	color: #000000;
	text-decoration: underline;
}
/*--------------------------------------------------*/
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.bodyText a:link {
	text-decoration: underline;
	color: #000000;
}
.bodyText a:hover {
	color: #999999;
	text-decoration: none;
}
.bodyText a:visited {
	color: #000000;
	text-decoration: underline;
}
.bodyText a:active {
	color: #000000;
	text-decoration: underline;
}
