body {
	background-image: url(../images/tiledGreen.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #122617;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6c3718;	
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6c3718;
	text-decoration: none;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #6c3718;
	text-decoration: underline;
}
.greenBgImg {
	background-image: url(../images/bgGreen.jpg);
	background-repeat: no-repeat;
}

