/* Cascading Style Sheet - For BigBF Arizona Bike Week 2002
   Designed by Dath Art (Thad Ferguson)
   File: bikeweek.css */

.caplet
  {
  color: #006666;
  font-family: Arial, Helvectia, sans-serif;
  font-size: 18pt;
  font-style: normal;
  font-weight: bold;
  }

.notice
  {
  color: #006666;
  font-family: Arial, Helvectia, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  }

a.sb:link	{ color: #33FFFF; }
a.sb:visited	{ color: #999999; }
a.sb:active	{ color: #FF0000; }

#mainbody
  {
  background: #33FFFF;
  }

#maintable
  {
  margin: 0px;
  padding: 0px;
  background: #FFFFFF;
  border: thin black solid;
  width: 700;
  }

#sidebar
  {
  margin: 0px;
  padding: 5px;
  vertical-align: top;
  background: #333333;
  color: #FFFFFF;
  font-family: Arial, Helvectia, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  }

#mainpage
  {
  margin: 0px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  background: #FFFFFF;
  font-family: Arial, Helvectia, sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  }

#null
  {
  background: #333333;
  }

#footer
  {
  margin: 0px;
  padding: 2px;
  text-align: center;
  vertical-align: bottom;
  background: #FFFFFF;
  font-family: Arial, Helvectia, sans-serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  }

