.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454547;
	text-align: left;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BD161D;
	text-align: center;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9a6c2e;
	text-align: left;
}
a:link {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #454547;
}
a:visited {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #454547;
}
a:hover {
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #454547
}
ul.TickList {
	list-style-image: url('images/tick.jpg');
	margin-left: 20px;
	padding-left: 20px;
	color: #333333;
	text-align: left;
}


html, body	{
	background-color: #231400;
	height: 100%;
	margin: 0;
	padding: 0;
	color: white;
	text-align: top;
}
div#centered {
	border: 0;
	height: 500px;
	width: 100%;
	position: absolute;
	left: 0%;
	top: 3%;
}
table.titlestripe {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	padding: 0px;
	background-color: #231400;
	width: 100%;
	height: 110px;
	text-align: center;
}
table.topstripe {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-color: #9A6C2E;
	width: 100%;
	height: 20px;
	background-image: url('images/stripe_top.jpg');
}
table.mainbody {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-color: #CCB696;
	width: 100%;
	height: 450px;
	text-align: top;
}
table.bottomstripe {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	background-color: #9A6C2E;
	width: 100%;
	height: 50px;
	background-image: url('images/stripe_bottom.jpg');
}
table.footerstripe {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	padding: 0px;
	background-color: #231400;
	width: 100%;
	height: 50px;
	text-align: center;
}
