body {
	background-color: white;
	margin: .25in;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a:link, a:hover, a:visited, a:active {
	color: #003366;
	text-decoration: underline;
}

/*  Layout Definitions  */
#logo {
	position: absolute;
	top: 0;
	left: 10px;
	margin-top: -5px;
}
#content {
	position: absolute;
	top: 100px;
	left: 10px;
	width: 720px;
}

#footer, #header {
	display: none;
}

.imgPad {
	padding-left: 10px;
}


.heads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px;
	background-color: #1A365E;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004CA5;
	margin-bottom: -1px;
}

.subheads {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #005BA4;
	background-color: #f1f1f1;
	padding: 5px;
	font-style: italic;
	font-weight: bold;
}
