.leftSlice {
	background-image: url(../_images/leftslice.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.rightSlice {
	background-image: url(../_images/rightslice.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.footerTxt a:link { color: #FFFFFF; text-decoration: underline }
.footerTxt a:active { color: #FFFFFF; text-decoration: underline }
.footerTxt a:visited { color: #FFFFFF; text-decoration: underline }
.footerTxt a:hover { color: #FFFFFF; text-decoration: underline }


.bodymargins {
	margin-bottom:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
}
.bgTexture {
	background-image: url(../_images/bgtexture.jpg);
	background-repeat: repeat;
}
.mainTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 3790e6;
	font-weight: bold;
	text-transform: uppercase;
}
.mainTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.mainTxt a:link {
	color: #FEEA00;
	text-decoration: none
}
.mainTxt a:active { color: #FEEA00; text-decoration: none }
.mainTxt a:visited { color: #FEEA00; text-decoration:none}
.mainTxt a:hover { color: #FEEA00; text-decoration: underline }

.blueHighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3790E6;
}
.mainTxtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.topLeftSlice {
	background-image: url(../_images/topleftslice.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.bgTopSlice {
	background-image: url(../_images/topbgslice.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

