@charset "utf-8";
.bannerTOP {
	background-image: url(images/topsideShadow.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 294px;
	width: 100%;
	text-align: center;
}
body {
	margin: 0px;
	background-color: #e2ebd8;
	font-family: "Trebuchet MS", Verdana, "Century Gothic";
}
.underbuttons {
	background-image: url(images/sidesSHADOW.jpg);
	background-repeat: repeat-x;
	height: 22px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
}

.buttonsContainer {
	background-image: url(images/buttonBG.jpg);
	background-repeat: repeat-x;
	height: 47px;
	width: 100%;
	font-size: 24px;
	color: #D1D1D1;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
.textContainer {
	background-image: url(images/textBG.jpg);
	margin: auto;
	height: auto;
	width: 100%;
	background-repeat: repeat-y;
	text-align: center;
	background-position: center;
}
.bottomBUTTONS {
	background-image: url(images/bottomVISA_MC_TNLA.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	height: 70px;
	width: 800px;
	color: #a0bf7e;
}
a:link {
	color: #6daef9;
	text-decoration: none;
}
a:visited {
	color: #6daef9;
	text-decoration: none;
}
a:hover {
	color: #a0bf7e;
}
a:active {
	color: #5ba800;
}


.shadowLEFT {
	background-image: url(images/sidesSHADOW.jpg);
	float: left;
	height: 20px;
	width: 18%;
}
.shadowRIGHT {
	background-image: url(images/sidesSHADOW.jpg);
	float: right;
	height: 20px;
	width: 18%;
}
.underTEXT {
	background-image: url(images/bottomSHADOW.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	background-position: center;
}
.text {
	height: auto;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
