body {
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-color: #D1CDC2;
}

#main_canvas {
	position: absolute;
	width: 700px;
	border-left: thin solid gray;
	border-right: thin solid gray;
	background-color: #FFFFFF;
}

#bottom_canvas {
	position: relative;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	color: #606680;
	font-size: 10px;
	font-weight: 300;
	padding: 1em;
	line-height: 16px;
	text-align: center;
}

.header_big {
	font-size: 16px;
	font-weight: bold;
	color: #606680;
	text-align: center;
	font-family: Helvetica;
}

.header_middle {
	font-size: 14px;
	font-weight: bold;
	color: #606680;
}

.header_small {
	font-size: 14px;
	font-weight: normal;
	color: #606680;
}

table { width: 100%; }
th { padding: 0.5em 0 0.5em 0; }
td { padding: 0.5em; }

a {
	color: #9D3A40;
	text-decoration: none;
}
