body {
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  text-align: left; }

h1, h2, h3, h4, h5 {
  font-size: 13px;
  color: #333;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 14px; }

h4, h5 {
  font-size: 11px; }

p {
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  }

a {
  color: #3b5998;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

select {
  border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  padding:2px;
}

span:target
{
  background: #FFFF99;
}

td,
td.label {
  font-size: 11px; 
  text-align: left; }

#navigator {
  margin: 0px 1px 0px 0px;
  padding: 9px 0px 9px 20px;
  height: 2em;
  background: #3b5998;
  line-height: 2em; }
  
  #navigator a {
    text-decoration: none; 
    color: white; }
  
  #navigator ul.main_set {
    font-size: 13px;
    float: left;
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    
    #navigator .main_set li {
      float: left;
      display: block;
      margin: 0px 10px 0px 0px;
      font-weight: bold; }
      
      #navigator .main_set li a {
        padding: 3px 5px; }
      #navigator .main_set li a.active,
      #navigator .main_set li a:hover { 
        background: #5c75aa; }
      
      #navigator .main_set li a.edit_link {
        color: #d8dfea;
        font-weight: normal; }
      #navigator .main_set li a.edit_link:hover {
        text-decoration: underline; 
        background: transparent; }
