body {
	background-color:#002442;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#002442;
}

p {
		line-height:18px;
}
.wrapper {
	width:700px;
	background:#ffffff url(ribbon.jpg) top right no-repeat;
	padding:55px 55px 45px 55px;
	position:absolute;
	left:50%;
	margin:60px 0 60px -410px;
	z-index:999;
	border: #999 1px solid;
}
.footer {
	height:300px;
	width:100%;
	background:#002442 url(footer.gif) bottom center repeat-x;
	position:fixed;
	bottom:0;
	z-index:0;
}
h1, h2, h3, h4, h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

input {
	border:solid 1px #666666;
}
table tr td {
	margin:7px 0;
}
.red {
	color:red;
	font-weight:bold;
	margin-top:-30px;
}

#checks tr td {
	padding:7px 3px; 
}

#checks tr td label  {
	/*color:#333; */
}

#checks tr td label strong {
	font:16px Georgia, "Times New Roman", Times, serif;
	/*color:#000; */
}
