.maintext {
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.maintexthead {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.maintextheadlnk {
	font-family: "Arial";
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.maintextheadlnk:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
/*-----------------------------------------------------------*/
.leftshade {
	background-image: url(images/leftsideshade.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshade {
	background-image: url(images/rightsideshade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.bottomshade {
	background-image: url(images/bottomshade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.topshade {
	background-image: url(images/topshade.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-----------------------------------------------------------*/