body {
	background-color: #4A4A4A;
}
.MainContainer {
	background-color: #FFFFFF;
	width: 648px;
	border: 2px solid #990000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8em;
	background-color: #4A4A4A;
	width: 600px;
	text-indent: 10px;
	margin: 0px 0px 15px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4A4A4A;
}
a:link {
	color: #4A4A4A;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #4A4A4A;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #4A4A4A;
