@charset "utf-8";
/* CSS Document */
#footer {
	width:auto;
	height:30px;
	background: #0066CC;
	margin-top: 700px;
		}
#middleColumn h1 {
	width: 300px;
	margin: 22px -10px 15px 20px;
		}
/* --------- 6. tables --------- */
#middleColumn table {
	background: #FFE4CF;
	margin-left:20px;
}
#middleColumn tbody {

}
#middleColumn caption {
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: normal;
	background: #064A8B;
	height: 30px;
	line-height: 2em;
}
#middleColumn thead tr {
	background: #B3D4EF;
}
#middleColumn table th {
	font-size: 1em;
	font-weight: normal;
	border: 1px solid #FFFFFF;
	line-height: 1.6em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#middleColumn tfoot tr {
	background: #B3D4EF;
	font-weight: normal;
	font-size: 0.9em;
	color: #333333;
}
#middleColumn tfoot td {
	font-size: 1.1em;
	line-height: 2em;
	text-align: center;
}
#middleColumn tbody td {
	font-size: 1.2em;
	text-align: center;
}
#middleColumn tr {
	background: #EBF0F5;
}
#middleColumn .odd {
	background: #E0E8EF;
}
