@charset "utf-8";
.bigTable {
	height: 500px;
	width: 700px;
	border: 1px solid #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;
	background-color: #000000;
	top: 19px;
	margin-right: auto;
	text-align: center;
	margin-left: auto;
}
.bigTableHeader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: 333333;
	text-align: right;
	margin-right: 5px;
}

.bigTable tr {
	height: 46px;
}
.bigTable a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.bigTable img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.bigTable td {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

