*
{
    font-family: Helvetica, Sans-Serif;
    font-size: 10pt;
}

body
{ 
    background-image: url(images/bg.gif);
    background-color: #ffffff;
}

div.head
{
    width: 764px;
    background-color: #ffe600;
    border-top: black solid 1px;
    border-left: black solid 1px;
    border-right: black solid 1px;
}

div.track
{
    width: 764px;
    height: 228px;
    border-top: black solid 1px;
    border-left: black solid 1px;
    border-right: black solid 1px;
}

div.body 
{
    background-image:url("images/riderbg.jpg");
    width: 754px;
    padding-left: 10px;
    background-color: white;
    text-align: left;
    border-bottom: black solid 1px;
    border-left: black solid 1px;
    border-right: black solid 1px;
    border-top: black solid 1px;
}

div.footer
{
    width: 764px;
    text-align: Center;
    font-family: Verdana;
    font-size: 8pt;
}

em
{
    font-weight: bold;
}

em.big
{
    font-size: 12pt;
}

em.bigger
{
    font-size: 14pt;
}

em.small
{
    font-weight: bold;
    font-size: 10pt;
}

p
{
    font-weight: bold;
    font-size: 12pt;
    margin: 0px;
}

p.red
{
    color: Red;
}

p.h1
{
    font-size: 14pt;
    color: #0000ff;
    margin: 0px;
}

p.bluebold
{
    color: #0000ff;
    margin: 0px;
}

p.phone
{
   color: #0000ff;
   font-size: 28pt;
   margin: 0px;
}

p.smallprint
{
    font-size: 10pt;
    font-weight: normal;
    margin: 0px;
}

img
{
    border: 0;
}

a
{
    text-decoration: none;
}

a.para
{
    font-size: 12pt;
}

a.foot
{
    font-family: Verdana;
    font-size: 8pt;
}

a:link
    {color: black;}
a:visited
    {color: black;} 
a:hover
    {color: red;}
a.menu:hover
    {color: white;}
a:active
    {color: red;}

table.menu
{
    width: 650px;
}

td
{
    font-size: 12pt;
    font-weight: bold;
}

td.half
{
    width: 50%;
    vertical-align: top;
}

td.menu
{
    text-align: center;
    border: solid 1px black;
}

td.menu_this
{
    text-align: center;
    border: solid 1px black;
    background-color: #0072ff;
}

td.menu_hover
{
    text-align: center;
    background-color: #0072ff;
    border: solid 1px black;
}

li
{
    font-size: 12pt;
}