@charset "utf-8";
body {
	margin: 0;
	margin-top: 50px;
	background-attachment: scroll;
	background-color: #222;
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a:focus {
    -moz-outline-style: none;
}
.maintable {
	background-color: #fff;
	width: 100%;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #191919;
	border-bottom-color: #191919;
}