body {
	font-family: Arial;
	color: #E8E8B2;
	background-color: #626D54;
	background-image: url(img/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-size: 10px;
	color: #7E8A6E;
	padding-top: .5em;
	padding-bottom: 1.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6A765A;
}
.cellA {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #7B886A;
	text-align: center;
}
.cellB {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #556048;
	text-align: center;
}
.cellC {
	color: #FFFFFF;
	background-color: #899876;
	text-align: center;
}
.img_lt {
	padding-right: 1em;
}
#content {
	font-size: 11px;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
strong, h2, h1 {
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF9A;
	text-decoration: none;
}
a:active {
	color: #FFFF9A;
	text-decoration: none;
}
