.maintxt {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #ffffff;
    font-weight: strong;
}
.orangetxt {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #FF6600;
    font-weight: strong;
}
.bluetxt {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #009999;
    font-weight: strong;
}
.greytxt {
	font-family: Tahoma, Arial;
	font-size: 12px;
    font-weight: strong;
	color: #CCCCCC;
}
.browntxt {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #CC6600;
	font-weight:strong;
}
.linktxt {
	font-family: Tahoma;
	font-size: 12px;
	color: #669966;
	font-weight:strong;
}
.greentxt {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #00CC99;
	font-weight:strong;
}
.yellowtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #FFFF00;
	font-weight:bold;
}
A, A:active, A:visited{
	color: FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: FF66FF;
	text-decoration: underline;
}