.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.boldtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
A:VISITED
	{
		TEXT-DECORATION: UNDERLINE; COLOR:#333333;
	}
	A:ACTIVE
	{
		TEXT-DECORATION: UNDERLINE; COLOR:#333333;
	}
	A:LINK
	{
		TEXT-DECORATION: UNDERLINE; COLOR:#333333;
	}
	A:HOVER
	{
		TEXT-DECORATION: UNDERLINE; COLOR:#666666;
	}
