@charset "utf-8";
.table_green_grad {
	background-attachment: fixed;
	background-position:top;
	background-image: url(/images/green_back.png);
	background-repeat: repeat-y;
	padding: 25px;
	text-align: left;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}


.table_purple_grad {
	background-attachment: fixed;
	background-position:top;
	background-image: url(/images/purple_back_notext_1.png);
	background-repeat: repeat-y;
	padding: 25px;
	text-align: left;
}
