﻿body {
	background-image: url('temp_images/gray.gif');
	background-repeat: repeat-x;
}
.blue {
	width: 100%;
	background-image: url('temp_images/blue.gif');
	margin-top: 100px;
	height: 228px;
	background-repeat: repeat-x;
	text-align: center;
}
* {
	margin: 0px auto;
	padding: 0px;
		font-family:Tahoma;
}
table, td {
	text-align: right;

}
h3{
	color: #FFCC00;
	font-weight:normal;
	padding: 5px;
}
p {
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px;
}
#bluetable {
	padding-top: 20px;
}
