@charset utf8;

#main table {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
}

#main table th, #main table td {
	padding: 5px;
	border-bottom: #666666 1px solid;
	border-right: #666666 1px solid;
}

#main table td {
	/*color: #666666;*/
	text-align: center;
	text-transform: uppercase;
}

#main table td.odd {
	background-color: #FFFFFF;
}

#main table td.even {
	background-color: #EEEEEE;
}

#main table th {
	color: #000000;
	background-color: #cccccc;
}

#leg_left {
	float: left;
	width: 320px;
}

#leg_right {
	float: right;
	width: 320px;
}
