@charset "utf-8";
.backBlufade {
	background-image: url(../images/a1.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	}
.greenTopfade {
	background-image: url(images/green_top_fade.gif);
	background-repeat: repeat-x;
	background-position: top;
	
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #9999CC;
	border-left-color: #9999CC;
	padding-right: 5px;
	padding-left: 5px;
}
.maintextRght {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-bottom-color: #9999CC;
	border-right-color: #9999CC;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-style: dashed;
	border-left-color: #CCCCFF;
}
