body {
	font-size: 10pt;
	font-family: arial;
}

td {
	font-size: 10pt;
	font-family: arial;
}

.h1 {
	font-size: 20pt;
	font-family: arial;
	font-weight: bold;
}

.h2 {
	font-size: 15pt;
	font-family: arial;
	font-weight: bold;
}

.error {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	color: FF0000;
}

.small {
	font-size: 8pt;
	font-family: arial;
}

.copyright {
	font-size: 7pt;
	font-family: arial;
}

.aBold {
	font-family: arial;
	font-weight: bold;
}

.bigRed {
	font-size: 24pt;
	font-family: arial;
	font-weight: bold;
	color: FF0000;
}

.blue {
	font-size: 10pt;
	font-family: arial;
	font-weight: bold;
	color: 000080;
}

.mediumBlue {
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
	color: 000080;
}

.timesBlueItalic {
	font-size: 12pt;
	font-family: times new roman;
	font-weight: bold;
	font-style: italic;
	color: 0066FF;
}

