body, table {
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
	}
body {
	text-align: center;
	}
a {
	color: #000000;
	}
h1 {
	font-size: 18px;
	color: #1F508A;
	display: inline;
	}
h2 {
	font-size: 16px;
	}
h3 {
	font-size: 13px;
	font-weight: bold;
	}
h4 {
	font-size: 13px;
	font-style: italic;
	margin: 20px;
	display: inline;
	}
p {
	margin-left: 20px;
	text-align: left;
	}
#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 762px;
	border: #1F508A 2px solid;
	}
#header {
	text-align: center;
	background: #1F508A;
	font-size: 10px;
	padding-bottom: 4px;
	}
#header a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 0 10px 0 10px;
	}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
#leftNav {
	float: left;
	width: 130px;
	background: #D4D0C8;
	text-align: center;
	}
#content {
	float: left;
	width: 606;
	padding-left: 20px;
	}
* html #content {
	width: 626;
	}
#footer {
	clear: both;
	background-color: #1F508A;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 0 3px 0;
	}
.lineItem {
	font-weight: bold;
	font-style: italic;
	}
.smallType {
	font-size: 9px;
	}