html {
	background: #fff;
}
body {
	margin: 0; padding: 0;
	font-family: Trebuchet MS, tahoma, sans-serif;
	font-size: 12px;
	color: #616161;
	background: #fff;
	width: 970px;
}
td {
  font-size: 12px;
  color: #616161;
}
a {
	color: #16497b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	border-bottom: none;
}
img {
	border: none;
}

table {
  empty-cells: show;
  border-collapse: collapse;
}

form {
  margin: 0px;
}

.spacer {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.hidden {
	display: none;
}

.siteheader {
  width: 970px;
  height: 73px;
  background-image: url('../images/header-background.gif');
  background-color: #20385d;
}

.siteheader1 {
  width: 970px;
  height: 8px;
  background-color: #72a545;
}

.formgo {
  width: 11px;
  height: 15px;
  border-width: 0px;
  background-image: url('../images/button-go.gif');
  background-color: #20385d;
}

.loginfield {
  width: 100px;
  height: 15px;
  border-width: 0px;
  background-color: #8ea6c8;
  color: #20385d;
  font-size: 12px;
}

.navigationitem {
  background-image: url('../images/navigation-background.gif');
  background-repeat: repeat-x;
  width: 250px;
  height: 35;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

a.navigation:link, a.navigation:visited {
  font-weight: bold;
  color: #858585
}

a.navigation:active, a.navigation:hover {
  font-weight: bold;
  color: #16497b;
}

a.navigationa:link, a.navigationa:visited {
  font-weight: bold;
  color: #16497b;
}

a.navigationa:active, a.navigationa:hover {
  font-weight: bold;
  color: #16497b;
}

.breadcrumbs {
  color: #8ea6c8;
}

.breadcrumbs a {
  color: #8ea6c8;
}

.pagetitle {
  color: #16497b;
  font-size: 18px;
  font-weight: bold;
}

a.itemtitle:link, a.itemtitle:visited {
  color: #72a545;
  font-size: 12pt;
}

a.itemtitle:active, a.itemtitle:hover {
  color: #72a545;
  font-size: 12pt;
}

.datatable td {
  border: solid 1px #16497b;
  background-color: #e4f0ff;
}

.datatable th {
  border: solid 1px #16497b;
  background-color: #16497b;
  font-weight: bold;
  font-size: 14px;
  color: white;
  text-align: left;
}

.datatable table {
  border-collapse: collapse;
}
