.maintable {
	background-repeat: no-repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800f0f;
	text-decoration: none;
}
a:visited {
	color: #800f0f;
}
a:hover{
	color: Black;
	text-decoration: underline;
}
a:active { color: #800f0f; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #800f0f;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #800f0f;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #800f0f;
}

li {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
}