html, body {
    margin: 0;
    padding: 0;
}

body, td, div, span, a, font, p {
    font-family: Verdana;
    font-size: 10px;
    color: #000000;
}

.headline {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;

}

.linkgrey, .linkgrey:ACTIVE, .linkgrey:LINK, .linkgrey:VISITED {
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #5E5E5E;
    text-decoration: none;
}

.linkgrey:HOVER {
	text-decoration: underline;
}

.navion  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.navioff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	text-decoration: none;
}

.navioff:HOVER {
	color:#FFFFFF;
}

.subnavion, .subnavion:ACTIVE, .subnavion:LINK, .subnavion:VISITED {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #d28a2c;
  text-decoration: none;
}

.subnavioff{
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #5E5E5E;
  text-decoration: none;
}

.subnavioff:HOVER {
  text-decoration: underline;
}


.boxheadlinewhite {
  color: #FFFFFF;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}


form { display:inline; }

.field {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 10px;
  font-style: normal;
  width: 94%;
}

.gwplus {
  color: #d28a2c;
  font-style: italic;
}

.boxheadlinewhite span.gwplus {
  font-weight: bold;
}

#bottomnav {    
    margin: 0 160px 0 0;
    width: 395px;
    height: 15px;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    list-style-type: none;
    padding: 0;    
}



#bottomnav li {
    float: left;    
    padding: 1px 6px 2px 6px;
    margin: 0;
}

#bottomnav li.sep {
    background-image: url(images/bottomnav_separator.gif);
    background-repeat: no-repeat;
    background-position: 0 4px;
}

