body
{
	font-family: Arial;
}

.normalText
{
	color:#333333
	background-color:#ffffff;
	font : Arial;
	font-size : 10pt;
	font-weight : normal;
}

.boldText
{
	color:#000000;
	background-color:#eeeeee;
	font : Arial;
	font-size : 10pt;
  font-weight : bolder;
}

.smallText
{
	color:#333333
	background-color:#ffffff;
	font : Arial;
	font-size : 7pt;
	font-weight : normal;
}


