.maintext {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
}
.link {
	font-size: x-small;
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma;

}
.maintextbold {
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;


}
.maintextsmall {

	font-family: Tahoma;
	font-size: xx-small;
	color: #000000;
}
.maintextboldred {

	font-family: Tahoma;
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}
.maintextlink {
	font-family: Tahoma;
	font-size: x-small;
	color: #FF0000;
	text-decoration: none;

}
.maintextlinksmall {

	font-family: Tahoma;
	font-size: xx-small;
	color: #FF0000;
	text-decoration: none;
}
.maintextboldlink {

	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

