/* CSS Document */

body {
	margin-top: 0px;
}
.background {
	background-color: #b3995e;
	background-repeat: repeat;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #000000;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
