@charset "utf-8";
/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00000;
}
body {
	background-color: #5e8818;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ff6600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #ff6600;
}
a:hover {
	text-decoration: none;
	color: #80b01e;
}
a:active {
	text-decoration: underline;
	color: #80b01e;
}
a:link.nav {
	color: #ffffcc;
	text-decoration: none;
}
a:visited.nav {
	text-decoration: none;
	color: #ffffcc;
}
a:hover.nav {
	text-decoration: none;
	color: #ff6600;
}
a:active.nav {
	text-decoration: none;
	color: #ff6600;
}
h1 {
	font-size: 24px;
	color: #ff6600;
}
h2 {
	font-size: 22px;
	color: #80b01e;
}
h3 {
	font-size: 18px;
	color: #ff6600;
	font-weight:bold;
	font-style:italic;
}