.texttopleft {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/topleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.textleft {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/leftmiddle.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.textleftbottom {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/bottomleft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.texttop {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/topmiddle.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.textbottom {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/bottommiddle.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.textrighttop {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/topright.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.textright {
	background-image: url(graphics/textbox/rightmiddle.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.textrightbottom {
	background-color: #FFFFFF;
	background-image: url(graphics/textbox/bottomright.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
	white-space: normal;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: top;
}
.distributors {
	background-image: url(municipal/distributors.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	position: absolute;
	height: 500px;
	width: 79px;
	top: 102px;
	right: 5px;
}
