body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.header {
	font-size: 16px;
	font-weight: bold;
	color: #003464;
	text-align: center;
}
.region {
	font-size: 15px;
	font-weight: bold;
	color: #003464;
}
.pages {
	color: #003464;
	font-size: 11px;
}
.state {
	font-size: 13px;
	font-weight: bold;
	color: #003464;	
}
.title {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.info {
	font-size: 13px;
	color: #000000;
}
.bullet {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.searchHeading {
	border-bottom: 1px dotted #CCCCCC;
}
.searchHeading .tip{
	color: #999999;
	font-size: 11px;
}
.inputCell {
	padding-left: 10px;
}
body h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#page {
	margin: 10px;
}
table.form {
	border: 1px solid black;
}
table.form td {
	padding: 5px;
}
table.form td.row {
	border-bottom: 1px solid black;
}
table.form input, table.form textarea {
	border: 1px solid black;
	margin: 2px;
	padding: 1px;
}
.buttonContainer {
	background: #003464;
	padding: 2px;
	margin-right: 10px;
	margin-top: 10px;
	width: 60px;
}
.button {
	border: 1px solid #fff;
	background: #003464;
	color: #fff;
	margin-top: 10px;
	margin-right: 5px;
}
.red {
	background: #64000e;
}
.filter {
	font-size: 11px;
	padding: 15px;
}
.filter select, .filter input {
	font-size: 11px;
}
#paginator {
	margin: 5px;
	text-align: center;
}
a.pageLink, a:visited.pageLink,a:active.pageLink {
	padding: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #003464;
	border: 1px solid  #E5E5E5;
	font-size: 12px;
	text-decoration: none;
}
a:hover.pageLink {
	background-color: #003464;
	color: #fff;
}
.current {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
.prev, a.prev, a.prev:hover {
	border: 1px solid #e5e5e5;
	color: #003464;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
	text-decoration: none;
	margin-right: 3px;
	font-size: 12px;
}
.next, a.next, a.next:hover {
	border: 1px solid #e5e5e5;
	color: #003464;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 12px;
	text-decoration: none;
	font-size: 12px;
}
.next, a.next, a.next:hover {
	background-image: url("images/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: 36px 2px;
	*background-position: 38px 4px;
}
.prev, a.prev, a.prev:hover {
	background-image: url("images/arrow_left.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	*background-position: 4px 4px;
}
a.prev:hover {
	background-color: #003464;
	color: #fff;
	background-image: url("images/arrow_left_white.gif");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	*background-position: 4px 4px;
}
a.next:hover {
	background-color: #003464;
	color: #fff;
	background-image: url("images/arrow_right_white.gif");
	background-repeat: no-repeat;
	background-position: 36px 2px;
	*background-position: 38px 4px;
}
