body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body a {
  color: #000099;
	text-decoration: none;
}

body a:hover {
  color: #ff0000;
	font-weight: 700;
	text-decoration: none;
}

h1 {
  color: #006db8;
	font-size: 16px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 6px;
}

h3 {
  color: #006db8;
	font-size: 16px;
	font-weight: 700;
	margin-top: 12px;
	margin-bottom: 6px;
}

h4 {
  color: #000000;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 3px;
	margin-top: 10px;
}

.maintext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.maintext A {
  color: #006db8;
	text-decoration: underline;
}

.maintext A:hover {
  color: #ff0000;
	text-decoration: none;
}

.indList {
  margin-bottom: 6px;
	margin-left: 20px;
}

.ots {
  color: #006db8;
	font-weight: 700;
}

.menu
{
	font-size: 8pt;
	font-weight: 700;
	color: #ffffff;
}

.menu A
{
	color: #ffffff;
	text-decoration: none;
}

.menu A:hover
{
	color: #000099;
	text-decoration: none;
}

.statusbar
{
	font-size: 8pt;
	color: #000099;
}

.footnote
{
	font-size: 7pt;
	color: #000000;
}

.footnote A
{
	font-size: 7pt;
	color: #000000;
	text-decoration: none;
}

.footnote A:hover
{
	font-size: 7pt;
	color: #ff0000;
	text-decoration: underline;
}

#list_container {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}

.list_header {
  font-size: 9px;
	font-weight: 700;
	color: #ffffff;
	background-color: #006db8;
}

.list {
  color: #000099;
}
.list a {
	color: #000099;
	text-decoration: underline;
}
.list a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: 400;
}

.alpha_index {
  font-size: 14px;
	font-weight: 700;
  margin-bottom: 15px;
	text-align: center;
}

.alpha_cell {
  border: 1px solid #006db8;
	width: 20px;
	background-color: #ffffff;
	color: #000099;
}
.alpha_cell a {
  color: #000099;
	text-decoration: none;
}
.alpha_cell a:hover {
  color: #ff0000;
	text-decoration: none;
}

.alpha_cell_hover {
  border: 1px solid #006db8;
	width: 20px;
	background-color: #ff0000;
	color: #ffffff;
}

.alpha_cell_selected {
  color: #fff;
  background-color: #006db8;
  border: 1px solid #006db8;
	width: 20px;
}

#notice {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ff0000;
	padding-left: 20px;
	padding-right: 20px;
}

#search_container {
	margin: 18px auto;
}
#search_box {
	width: 320px;
	background-color: #e0e0e0;
}
.srch {
	border: 1px solid #006db8;
}