.maintable {
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
}
body {
	background-attachment: fixed;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: center;
	margin: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-image: url(../images/bg2.png);
}
.infotable {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 2px;
}
