@charset "utf-8";
/* CSS Document */
BODY {
	background-color: #043C04;
}

.mainTableBorder {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: none;
	border-top-color: #C0DCC0;
	border-right-color: #C0DCC0;
	border-bottom-color: #C0DCC0;
	border-left-color: #C0DCC0;
}
.mainText {
	color: #AE4200;
}
a:visited {
text-decoration: none;
}
a:link {
text-decoration: none;
}
a:hover {
	text-decoration: underline;
	
}

.nav a:visited {
	color: #030;
	font-weight: bold;
	padding-left: 12px;
}
.nav a:link {
	color: #030;
	font-weight: bold;
	padding-left: 12px;	
}
.nav a:hover {
	text-decoration: underline;
	color: #AE4200;
	font-weight: bold;
	background-color: white;
	background-image: url('leaf.jpg');
	background-repeat: no-repeat;
	padding-left: 12px;
}
.items {
	font-size: 18px;
}

.test {
	
	color: #AE4200;
	font-weight: bold;
	background-color: #FFF;
	background-image: url("leaf.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding-left: 12px; 
}