.textmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	text-align: justify;
}
.Border {
	border: 1px solid #CCCCCC;
}
.text_bkg {
	background-image: url(images/textpanel_bkg.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ABABAB;
	border-left-color: #ABABAB;
}
.text_bkg_4border {
	background-image: url(images/textpanel_bkg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #ABABAB;
}
.allborder{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border:solid 1px #999999;
}