/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/tile1.jpg);
	background-color: #EECE91;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2E18;
	font-weight: normal;
}
.bodytext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1A2E18;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003300;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	text-decoration: none;
	color: #336666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #3399FF;
}
.heading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
