body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
.white {
	color: white;
	font-size: 12px;
}
.black {
	color: black;
	font-size: 12px;
}
.formRed {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}
.formBlack {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.formGray {
	color: gray;
	font-size: 12px;
	font-weight: bold;
}
.formWhite {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.titleRed {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.tableMainWhite {
	border-width:1px 1px 0px 1px; 
	border-style:solid; 
	border-color:#000000; 
	background-color:#FFFFFF;
}

.titleWhite {
	color: white;
	font-size: 24px;
	font-weight: bold;
}