body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/tilex.png);
	background-repeat:repeat-x;

}
.x {
	background-image: url(images/x.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.FOOT {
	background-image: url(images/foot.png);
	background-repeat: no-repeat;
	height: 159px;
}
.y {
	background-image: url(images/y.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

.txt {
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: square;
	}
	
	a.txt, a.txt .active {
    color: #999900;
	}
	
	a:hover.txt {
	    color: #333333;
	}
.border {
	border: 1px solid #999999;
	border-top: 0px;
}
	
.txtBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #566922;
	text-decoration: none;
}
.topmenubg {
background: url(images/toptile.jpg) repeat-x;
}
