BODY {
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.bold {
	font-weight: bold;
}

.medbold {
font-size: 12pt;
font-weight: bold;
}

.small {
	font-size: 8pt;
}

.smallbold {
	font-size: 8pt;
	font-weight: bold;
}

H5 {
	color: #c00;
	/*font-style: italic;*/
	font-size: 13pt;
}

input {
	border: thin;
	border-color: black;
	font-size: 9px;
}