
body {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  background-image: url(images/rodeobg.gif);
}

table, tr, th, td {
  font-family: Arial, helvetica, sans-serif;
  color: #330000;
  font-size: 9pt;
}

.title {
  font-size: 12pt;
  font-weight: bold;
  color: maroon;
}

.button {
  font-size: 10pt;
  font-weight: bold;
  color: white;
  background-image: url(images/button.gif);
}

#footer td {
  font-size: 8pt;
}

.floleft {
  float: left;
  margin-right: 10px;
}

.floright {
  float: right;
  margin-left: 10px;
}

.sml {
  font-size: 7pt;
}

.alert {
  color: red;
  font-weight: bold;
}

.form td {
  background-color: white;
  font-size: 7pt;
  height: 40px;
}

.box {
  background-color: white;
  border-top: 1px maroon solid;
  border-right: 2px maroon solid;
  border-bottom: 2px maroon solid;
  border-left: 1px maroon solid;
}

.frame {
  border: 1px maroon solid;
}

.frame-dot {
  border: 2px #333 dotted;
}

.frame-dot-white {
  border: 2px #090 dotted;
  background-color: white;
}

#pressrel {
  background-color: white;
  border-top: 0.5pt #333333 solid;
  border-right: 2pt #333333 solid;
  border-bottom: 2pt #333333 solid;
  border-left: 0.5pt #333333 solid;
}

.press {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: black;
} 

TH {
  background-color: #FFCC99;
}

A {
  color: white;
  text-decoration: none;
}

A:visited {
  color: #cccccc;
  text-decoration: none;
}

A:hover {
  color: #00ff00;
}

H1 {
  font-size: 14pt;
}

H2 {
  font-size: 12pt;
}

H3 {
  font-size: 11pt;
}

BIG {
  font-size: 1.1em;
}

SMALL {
  font-size: 0.8em;
}

.pad5 LI {
  padding-top: 5px;
  padding-bottom: 5px;
}

