@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;
	font-size: 9pt;
	text-align: left;
	
}
.mainlink {
	font-size: 12pt;
	font-weight: bold;
}
.black {color: #000000}
.Blue {color: #333399; }

.redtext {	color: #FF0000
}



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

th {
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;
	font-size: 20pt;
	text-align: center;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;
	font-size: 18pt;
	text-align: center;
}	
H3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#8b0000;
	font-size: 16px;
	text-align: center;
}
H4 {
	font-weight: bold;
	font-size: 14px;
}
font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

