@charset "UTF-8";
.maincss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.TableBack {
	background-attachment: fixed;
	background-image: url(graphics/table-bg-back.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.TableBorder {
	background-attachment: scroll;
	background-image: url(graphics/table-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

