@charset "utf-8";
.top {
	background-attachment: scroll;
	background-image: url(images/top.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.bottom {
	background-attachment: scroll;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.left {
	background-attachment: scroll;
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.listspacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
}

.right {
	background-attachment: scroll;
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	background-position: right center;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.verdana12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
.tl {
	background-attachment: scroll;
	background-image: url(images/tl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.bl {
	background-attachment: scroll;
	background-image: url(images/bl.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.br {
	background-attachment: scroll;
	background-image: url(images/br.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.tr {
	background-attachment: scroll;
	background-image: url(images/tr.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

