.textTable {
	background-image: url(images/middleBG.gif);
	background-repeat: repeat;
	background-position: center top;
}
.right {
	background-color: #206330;
	background-image: url(images/rightBG.gif);
	background-repeat: repeat;
	background-position: left bottom;
}
.left {
	background-image: url(images/left_bg.gif);
	background-repeat: repeat;
	background-position: center bottom;
}
.text_a:link {
color: #FFFFFF;
}
.text_a:visited {
color: #C9BDB2;
}
.text_a:hover {
color: #FFFFFF;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #0D004C;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 20px;
}
