.bigone { 
	background-image: url("trees.gif");
     	background-repeat: repeat-x;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.blackrow { 
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	border-bottom-width: 5px;
}
.bottomline { 
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: white;
}
.greenrow { 
	background-color: #526318;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
    color: #FFFFFF;
}

