@charset "utf-8";
body {
	color: #66CC00;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #333333;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat;
}

a {
	color:#00CC00;
}

.copyright {
	font-size: 12px;
	text-align: center;
}
.Testimonials {
	font-size: 14px;
	vertical-align: middle;
	text-align: left;
	font-style: italic;
}

fieldset {
	-moz-border-radius: 8px;
	border-radius: px;
	border: 2px solid #333333;
	padding-bottom: 10px;
} 
legend {
	PADDING-RIGHT: 0.5em;
	PADDING-LEFT: 0.5em;
	FONT-SIZE: 90%;
	PADDING-BOTTOM: 0.2em;
	COLOR: #222222;
	PADDING-TOP: 0.2em;
	BACKGROUND-COLOR: #999999;
	TEXT-ALIGN: center;
	border: 1px solid #333333;
} 
.header {
	background-image: url(../images/Title-BG.png);
	background-repeat: repeat-x;
}
.footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-image: url(../images/Footer-BG.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.table-main {
	background-image: url(../images/Body-BG.png);
	background-repeat:no-repeat;
 	background-position: center top;
	left:20;
}
