@import "global.css";
@import "news.css";
@import "sub.css";
@import "subsub.css";
@import "br.css";
@import "subspecific.css";

a {color:#666666; text-decoration: none}
a:hover {color:#666666; font-weight:bold; text-decoration: none}

a:link.HeaderNavItem {color:#666666; text-decoration: none; font-weight: normal; white-space: nowrap;}
a:hover.HeaderNavItem {color:#666666; text-decoration: none; font-weight: normal; white-space: nowrap;}
a:active.HeaderNavItem {color:#666666; text-decoration: none; font-weight: normal; white-space: nowrap;}
a:visited.HeaderNavItem {color:#666666; text-decoration: none; font-weight: normal; white-space: nowrap;}
.HeaderNavItem {color:#666666; text-decoration: none}

body,html { margin:0px; height:100%; font-family:Verdana; color:#666666; font-size:10px; }
input {  font-family:Verdana; color:#666666; font-size:10px; border:1px solid; border-color:#666666; width:112px;}
select {  font-family:Verdana; color:#666666; font-size:10px; border:1px solid; border-color:#D2D2D2;}

p {margin-top:12px; margin-bottom:12px}

table#header {width:756px; height:140px;}
table#header_top {width:100%; height:81px; background-image:url(../images/header.gif); background-repeat:no-repeat;}
td#header_nav { background-color:#EBEBEB; height:27px}
td#header_selected {    
  font-weight:bold; 
  border-top-width:0px; 
  border-left-color:#666666;  
  border-left-width:4px;  
  border-right-width:0px;
  border-bottom-width:0px;
  border-style:solid;
  padding-left:2px;
}