/* CSS Document */
body {
	background-color: #B1BE17;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-tile.gif);
}
.copyright {
	font-size: 12px;
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8D5AC0;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.heading {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.subheading {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	color: #FFFFFF;
	font-size: 14px;
}
.menu {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.menuspacer {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.border {
	border: 1px solid #959F13;
}
