.bgl {
	background-image: url(images/bgl.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.bgr {
	background-image: url(images/bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.txt a:link {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.txt a:visited {
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
.txt a:hover {
	font-size: 10px;
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	text-decoration: none;
}
