body {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
td {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	line-height: 22px;
	text-align: center;
}
a:link, a:hover, a;visited, a:active {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}.maincontainer {
	border: 10px solid #333333;
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;

}
.footer {
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(../images/footer_sub.jpg);
	height: 42px;
	width: 740px;
	padding-top: 20px;
	padding-left: 40px;	
	text-align: left;

}
.homecontent {
	padding: 50px;
	background-color: #e6e6e6;
	text-align: left;
}
.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.tablerule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.small {
	font-size: 9px;
	margin-bottom: 10px;
	line-height: 12px;
}

#outsidecontainer {
	margin-right: auto;
	margin-left: auto;
}
