.leftbg {
	background-image: url(images/leftbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.textboxbg {
	background-image: url(images/textboxbg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4A648A;
	text-align: justify;
}
.linkbg {
	background-image: url(images/linksbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 656px;
}

