.text {

	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #333333;
}
.bold {
	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #333333;
	font-weight: bold;

}
.red {

	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #CC0033;
	font-weight: bold;
}
.green {


	font-family: Tahoma, Arial;
	font-size: 10pt;
	color: #339933;
	font-weight: bold;
}
.small {


	font-family: Tahoma, Arial;
	font-size: 8pt;
	color: #333333;
}
.lblclass {
	font-family: Tahoma, Arial;
	color: White; 
	background-color: Black; 
	font-weight: bold; 
	font-size: x-small;
}
.tblclass {
	font-family: Tahoma, Arial;
	color: White; 
	background-color: transparent;
	font-weight: bold; 
	font-size: x-small;
	text-decoration: none;
}
.lnkclass {
	font-family: Tahoma, Arial;
	color: White; 
	text-decoration: none;
}
.copyrclass {
	font-family: Tahoma, Arial;
	color: White; 
	background-color: transparent;
	font-weight: bold; 
	font-size: xx-small;
}
