/* COLORS */
.externallink {
      color:            #0077BB;
      background-color: #FFFFFF;
}
a, .internallink, h1 {
      color:            #005599;
      background-color: #FFFFFF;
}
.header {
width: 100%;
background-color: #000;
background-image: url(images/logotiny.gif);
background-repeat: no-repeat;
background-position: 0px 10px;
border: 2px solid #aaa;
border-width: 0px 0px 2px;
height: 42px;
padding:10px 0px;
}

body {
      font-family:      Arial,sans-serif;
      font-size:        10pt;
      background-color: #FFFFFF;
      color:            #000000;
      margin: 0px;
}
.container {
  margin:3px;
}
ul {
      list-style-type:  none;
}
a img {
      border: 0px;
}
.externallink {
      text-decoration:  none;
}
a, .internallink {
      text-decoration:  none;
      font-weight:      bold;
      font-style:       italic;
}
a:hover, a.internallink:hover, a.externallink:hover {
      text-decoration:  underline;
}
h1 {
      font-family:      Arial,sans-serif;
      font-size:        12pt;
      font-weight:      bold;
}
.sectionhead {
      text-decoration:  underline;
}
.rednews {
      font-weight:      bold;
      font-style:       italic;
      color:            #DD0000;
      background-color: #FFFFFF;
}
td {
      font-family:      Arial,sans-serif;
      font-size:        10pt;
}
.notetext {
      font-family:      Arial,sans-serif;
      font-size:        10pt;
}

/* SLIDERS */
.slidertab, .sliderbox {
      border-color:     #005599;
} 
.slidertabalt, .sliderboxalt {
      border-color:     #0077BB;
}
.slidertab, .slidertabalt {
      position:         absolute;
      color:            #000000;
      background-color: #FFFFFF;
      z-index:          10;
      height:           30px;
      display:          block;
      border-style:     solid;
      border-right:     0px;
}
.sliderbox, .sliderboxalt {
      position:         absolute;
      background-color: #FFFFFF;
      color:            #000000;
      z-index:          1;
      display:          block;
      border-style:     solid;
}
