a.map:active {
	text-decoration: none;
      color : #ff0000;
}
a.map:hover {
	text-decoration: none;
	color : #ff0000;
}
a.map:link {
	text-decoration: none;
	color: #000000;
}
a.map:visited {
	text-decoration: none;
	color: #000000;
}

a.nav:active {
	text-decoration: none;
      color : #ff0000;
}
a.nav:hover {
	text-decoration: none;
      background-color: ffe2e2;
	color : #cc0000;
}
a.nav:link {
	text-decoration: none;
	color: #ff0000;
}
a.nav:visited {
	text-decoration: none;
	color: #ff0000;
}

body  { 
      scrollbar-dark-shadow-color: #ffffff ; 
      scrollbar-track-color: #ffffff ;
      scrollbar-face-color:#ffffff;
      scrollbar-arrow-color:#ff0000;
      scrollbar-shadow-color:#ffffff;
      scrollbar-highlight-color:#ffffff;
      scrollbar-3dlight-color:#ffffff;
      color: #000000 ;
      font-family: Verdana;
      }

h1
      {
      font-size: 18pt;
      font-weight: bold;
      margin-bottom: 18px;
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 0px;
      }

h4
      {
      font-size: 10pt;
      font-weight: bold;
      margin-bottom: 8px;
      margin-top: 0px;
      }

input.form {
	color: #ff0000;
	background-color: #ffffff;
	font: 12px Verdana;
	font-weight: bold;
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
      }

p
      {
      text-indent: 1em;
      }

select {
      color: #000000 ;
      font-family: Verdana;
      }

ul    { 
      list-style-image: url(images/arrow7.gif) ;
      margin-bottom: 0px;
}
