/*----------------------------------------------------------------------------------------
ride4ever.org Style Sheet [Basic]

Stylesheet Created by Aaron Gustafson (agustafson@cronin-co.com) 10/29/03.

To conserve file size, please write the shorthand 
for color codes (#000000 -> #000; #ff9900 -> #f90) and use 0 in place of 
0px whenever possible.

Site colors:    white:      #fff
                black:      #000
                red:        #c00
                dk red:     #900
                gold:       #ffc32d
                lt grey:    #999
                md grey:    #666
                dk grey:    #333

----------------------------------------------------------------------------------------*/

/* Rewrite HTML Tags */
body
{
  background: #cc0000;
  color: #000000;
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

div, p, th, td, li, dd, span, ul, li
{
  font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
  font-weight: bold;
}
a:link, a:visited
{
  color: #ffc32d;
  font-weight: bold;
  text-decoration: none;
}
a:active, a:focus, a:hover
{
  color: #ffc32d;
  text-decoration: underline;
}
a sup, a sub
{
  text-decoration: none;
}

a#logo img
{
  border: 0;
}

img#leftCorner
{
  visibility: hidden;
}
img#rightCorner
{
  visibility: hidden;
}