<style> 
A {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: underline;
}
A:ACTIVE {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: underline;
}
A:HOVER {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: underline;
}
A:LINK {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: underline;
}
A:VISITED {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: underline;
}
A.hidden {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: none;
}
A.hidden:ACTIVE {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: none;
}
A.hidden:HOVER {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: none;
}
A.hidden:LINK {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: none;
}
A.hidden:VISITED {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: normal;
text-decoration: none;
}
A.menu {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: bold;
text-decoration: none;
}
A.menu:ACTIVE {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: bold;
text-decoration: none;
}
A.menu:HOVER {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: bold;
text-decoration: none;
}
A.menu:LINK {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: bold;
text-decoration: none;
}
A.menu:VISITED {
color : #000000;
font-family : sans-serif;
font-size : 14pt;
font-weight: bold;
text-decoration: none;
}
H1 {
color : #aa3e13;
font-family : sans-serif;
font-size : 24pt;
font-weight : heavy;
}
H2, H3 {
color : #aa3e13;
font-family : sans-serif;
font-size : 16pt;
font-weight : heavy;
}
}
H4, H5, H6 {
color : #aa3e13;
font-family : sans-serif;
font-size : 12pt;
font-weight : LIGHT;
}
B {
font-family : sans-serif;
font-size : 14pt;
color : #000000;
font-weight: heavy;
}
TD.highlight {
background-color : #88898C;l
}


BODY {
width:880px;
background-image: url('/img/route25verbw.png');
font-family : sans-serif;
font-size : 14pt;
color : #000000;
}


BR {
font-family : inherit;
font-size : inherit;
color : inherit;
}
BR.footer {
font-family : inherit;
font-size : inherit;
color : inherit;
}
P.footer {
font-family : inherit;
font-size : inherit;
color : inherit;
}
UL {
font-family : inherit;
font-size : inherit;
color : inherit;
}
OL {
font-family : inherit;
font-size : inherit;
color : inherit;
}
P {
font-family : inherit;
font-size : inherit;
color : inherit;
}
TD {
background-color : transparent;
font-family : sans-serif;
font-size : 14pt;
color : #000000;
border : thin Black;
} 
TH {
border:1px solid black;
font-family : sans-serif;
font-weight: lighter;
font-size : 14pt;
font-align : left;
}
TD.even {
background-color: #e0bf6c;
font-family : sans-serif;
font-size : 14pt;
color : #aa3e13;
}
TD.odd {
background-color : transparent;
font-family : sans-serif;
font-size : 14pt;
color : #000000;
}
TD.bordered {
background-color : transparent;
font-family : sans-serif;
font-size : 12pt;
border: 1px solid;
border-collapse: collapse;
border-color: #e0bf6c;
color : #000000;
}
TD.header {
background-color: #aa3e13;
font-family : sans-serif;
font-size : 12pt;
color : #ffffff;
}
TD.black {
background-color : #000000;
font-family : sans-serif;
font-size : 12pt;
color : #ffffff;
border : thin Black;
}
TD.logo {
background-color : transparent;
font-family : sans-serif;
font-size : 9pt;
color : #000000;
}
TD.small {
background-color : transparent;
font-family : sans-serif;
font-size : 14pt;
color : #000000;
width: 90px;
}
TD.box {
background-color : transparent;
filter:alpha(Opacity=100);
background-color : #ffffff;
font-family : serif;
font-size : 14pt;
color : #ffffff;
border : thin Black;
}
TD.footer {
font-family : sans-serif;
font-weight: lighter;
background-color : transparent;
font-size : 14pt;
border : thin Black;
}
img.bw {
  filter: gray; /* IE6-9 */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}
img.bw:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}










/* Dropdown Button */
.dropbtn {
  background-color: #E0BF6C;
  color: #FFFFFF;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #AA3E13;}
















</style>



