body
{
	background-color: #006172;
	color: #000203;
	font-size: 12px;
	font-family: "Franklin Gothic",Segoe,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(/img/bg.gif);
	line-height: 1.5;
	text-align: center;
}
#header {
	width: 450px;
	height: 80px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: 1px solid #fff;
	padding: 20px 1em .5em 1em;
	text-align: center;
	background-color: #001b2a;
}
#container {
	width: 450px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: .5em 1em;
	background-color: #001b2a;
}
.flow_left {
	text-align: left;
}
#logo {
	border: none;
	width: 290px;
	height: 60px;
}
table, th, td {
	border-collapse: collapse;
	font-size: 1em;
	margin: 0;
	line-height: 1.5;
	background: #d7e2e6;
}
th {
	text-align: right;
}
th span {
	font-weight: normal;
	font-size: .95em;
}
th,td {
	padding: 5px;
}
hr {
	border: none;
	border-top: 1px solid #fff;
}
h2 {
color: #FFF;
}
p {
color: #FFF;
}
