body,html {
	color: #000000;
}
#headline {
	height: 24px;
	color: #FFFFFF;
	font-family: "arial narrow", arial, verdana, helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 21px;
	font-weight: bold;
	line-height: 21px;
	margin: 0px;
	margin-bottom: 10px;
	border: 0px;
	padding-top: 4px;
	padding-left: 13px;
	background-color: #005599;
	background-image: url('./i/header.jpg');
}
.listhead {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #444444;
	padding: 5px;
}
.listitem {
	font-family: verdana;
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #222222;
}
.nav {
	font-family: arial;
	font-size: 13px;
}
.copy {
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
	border-bottom: 1px dashed black;
}
.small,.large {
	font-family: verdana;
	text-align: justify;
}
.large {
	font-size: 12px;
}
.small {
	font-size: 10px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #005599;
}
a:hover {
	text-decoration: underline;
}
img {
   border: 0px;
}