.textbold {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #ffffff;
}

.textboldblack {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #000000;
}



.header1 {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #000000;
}


.textboldred {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #FF0000;
}

.text {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : #333333;
}


.smalltext {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 9px;
	color : #ffffff;
}

.smalltextblack {
	font-family :  Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	font-size : 9px;
	color : #000000;
}

#cellborder {border:solid 1 #000000;}

#background {border:solid 1 #000000;}


