body { 
	background-repeat: no-repeat;
}
.title {
	font-family: Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
.subtitle {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
.maintab TABLE {
	width: 90%;
	border-collapse: collapse;
}
.maintab P {
	font-size: 10pt;
}
.maintab H2 {
	font-size: 14pt;
	text-align: center;
}
.maintab TD, TH {
	font-family: Arial, sans-serif;
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.cell {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.sans {
	font-family: Arial, sans-serif;
}

A:link {
color: #9C0000;
font-weight: bold;
text-decoration: underline;
background-color: transparent;
}
A:active {
color: #9C0000;
font-weight: bold;
text-decoration: none;
}
A:visited {
color: #9C0000;
font-weight: bold;
text-decoration: underline;
}
A:hover {
color: #9C0000;
font-weight: bold;
text-decoration: none;
background-color: transparent;
}

