body
{
	background: white;
}
.textSmall 
{
	font-family: Arial;
	font-size: 11px;
}
.text 
{
	font-family: Arial;
	font-size: 12px;
}
.textBold 
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.textBoldBig
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.textBoldBigGreen
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:Green;
}
.error 
{
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
}
.errorBoldBig 
{
	font-family: Arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
