.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.small {
	font-size: x-small;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}.big {
	font-size: x-large;
}
.whitetxt {
	color: #FFFFFF;
}
.bigWhite {
	font-size: x-large;
	color: #FFFFFF;
}
.bigUnderline {
	font-size: large;
	text-decoration: underline;
}