a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
}

a:active {
  color: red;
}

body {
  font-size: 12px;
  font-family: helvetica;
}

ul.sitenav {
  width: 95%;
  text-align: center;
}

ul.sitenav li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
}

table {
  font-size: 12px;
  font-family: helvetica;
}

table.page {
}

table.sitelinks {
  text-align: center;
  width: 90%;
  font-size: 12px;
  font-family: helvetica;
}

.even {
  background: #86B3D3;
  color: white;
}

.even a:link {
  color: white;
}

.even a:visited {
  color: white;
}

.even a:hover {
  color: red;
}

.even a:active {
  color: red;
}

.odd {
  background: #E4E4E4;
}

div.sitelinks {
  border: 1px solid #000;
  margin: 10px;
  padding: 10px;
}

td.separator {
  background: #86B3D3;
  color: white;
  font-weight: bold;
}

.custom {
  color: green;
}

.default {
  color: red;
}

ul.disclaimers li {
  list-style-type: none;
  margin-left: -10px;
}

ul.relpage li {
  list-style-type: none;
  margin-left: -10px;
}

ul.rellinks li {
  list-style-type: none;
  margin-left: -10px;
}

ul.bodies li {
  list-style-type: none;
  margin-left: -10px;
}

td.note {
  vertical-align: top;
  font-style: italic;
  width: 25%;
}

td.checkbox {
  text-align: center;
}

ul.searchlink li {
  list-style-type: none;
}
.table_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #86B3D3;
}
.table_border {
	border: thin solid #0066FF;
}