body {
	margin: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif, monospace;
	font-size: 12px;
	background-color: #FFF;
}

h1 {
	margin: 0px;
	height: 18px;
	font-weight: bold;
	color: #FFF;
	font-size: 20px;
}

h2 {
	margin: 0px;
	height: 14px;
	font-weight: bold;
	color: #FFF;
}

#page {
	width: 840px;
	margin: 0 auto;
}

#main_table {
	vertical-align: top;
}

#footer_blue {
	height: 15px;
	background-image: url('footer_blue.png');
}

#head_blue {
	padding-left: 22px;
	padding-top: 20px;
	height: 42px;
	background-image: url('head_blue.png');
}

#bg_blue {
	background-image: url('bg_blue.png');
	padding: 20px;
}

#footer_red {
	height: 59px;
	background-image: url('footer_red.png');
}

#head_red {
	height: 18px;
	background-image: url('head_red.png');
}

#middle_red {
	height: 25px;
	background-image: url('middle_red.png');
}

#bg_red {
	padding: 10px;
	background-image: url('bg_red.png');
	color: #E3E3E3;
}

#middle_bg_red {
	padding-left: 20px;
	padding-right: 20px;
	background-image: url('middle_bg_red.png');
}