body {
  font-family: Arial, Verdana;
  font-size: 10px;
}

td {
  font-family: Arial, Verdana;
  font-size: 10px;
}

.bluelink {
  font-size: 11px;
  color: #006699;
  font-weight: bold;
}

.smlink {
  font-size: 10px;
  color: #069;
  font-weight: bold;
  text-decoration: none;
}

.headerlink {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #069;
}

.headerlink2 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #0066AA;
}

A:hover.headerlink2 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #0066AA;
}
.dirlink {
  font-size: 10px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
}

.top_row {
	border-bottom: 1px solid #AAA
}
navbar_update {
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif
}
A:link.navbar_update {
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif
}
A:visited.navbar_update {
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  font-family:Verdana, Arial, Helvetica, sans-serif
}
A:hover.navbar_update {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  font-family:Verdana, Arial, Helvetica, sans-serif
}

.navbar {
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.news_head {
  font-size: 12px;
  color: #CC6600;
  font-weight: bold;
}

.news_content {
  font-size: 10px;
  color: black;
}

.news_link {
  font-size: 12px;
  color: #006699;
  font-weight: bold;
}

.news_source {
  font-size: 10px;
  color: #CCCCCC;
}

.dir_td {
  background: #3f639f;
/*  background: #375e99; */
  border-bottom: 1px solid #036;
  padding-left: 10px;
}

div.float {
  z-index: 99;
  position: absolute;
  top: 250px;
  left: 150px;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  font-family: Arial, Verdana;
  font-size: 10px;
  padding: 3px;
}

.error {
  font-size: 12px; 
  color: #C00;
}
