body {
	background-color: #ffffff;
}
#wrap {
	width: 550px;
	margin: 0 auto;
}
div.body {
	width: 550px;
}
div.banner {
	width: 550px;
	background-color: #c8c8c8;
	padding-top: 4px;
	padding-bottom: 4px;
}

h1 {
	background-color: transparent;
	border-top: 1px solid #2173ba;
	color: #2173ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 135%;
	font-weight: bold;
}

p, td, th, tr, ul, li, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p.title {
	color: #2173ba;
	font-size: 125%;
	font-weight: bold;
}

span.grayout {
	background-color: transparent;
	color: #c0c0c0;
}

th.gray {
	background-color: #cccccc;
}

.foot {
	border: 1px solid #2173ba;
	font-size: 75%;
	padding: 3px 3px 3px 3px;
	text-align: center;
}

