@charset "utf-8";
.rightBord {
	background-image: url(images/right-tile.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.leftBord {
	background-image: url(images/left-tile.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightBack {
	background-color: #F1F1F1;
	background-image: url(images/right-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.rightbottom {
	background-color: #F1F1F1;
	background-image: url(images/right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.textLeft {
	font-family: Arial;
	font-size: 12px;
	color: #261C01;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/main-content-back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.textRight {
	font-family: Arial;
	font-size: 12px;
	color: #261C01;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: bold;
}
.texttitles {
	font-family: Arial;
	font-size: 12px;
	color: #261C01;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #261C01;
}
.scrollFrame {
	padding-top: 5px;
	background-image: url(images/scroll-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.textRightContact {
	font-family: Arial;
	font-size: 12px;
	color: #261C01;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}
