body {
	background-image: url(../gfx/background.jpg);
	background-repeat: repeat-x;
	background-color: #F2EFCE;
	margin-top: 0px;
}
body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #FF3D08;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF3D08;
}
a:hover {
	text-decoration: underline;
	color: #8CC63E;
}
a:active {
	text-decoration: none;
	color: #8CC63E;
}
.BtmGraphic {
	background-image:url(../gfx/brushes.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 125px;
}
