.clubtable
{
   clear: both;
   margin-left: 1em;
   margin-right: 1em;
   table-layout: fixed;
}

td.toptablecolone
{
   color: #00008B;
   font-size: 1em;
   font-weight: bold;
   line-height: 2.5em;
   padding-left: 2em;
}

td.toptablecoltwo
{
   font-size: 0.9em;
}


td.bottomtablefour
{
   font-size: 0.9em;
   padding-left: 2em;
   color: green;
}

td.bottomtableone
{
   color: #00008B;
   font-size: 1em;
   font-weight: bold;
   padding-left:2em;
   padding-top: 1.2em;
   font-weight: bold;
   line-height: 1.2em;
}

td.bottomtablethree
{
   font-size: 0.9em;
   padding-left: 0.6em;
   line-height: 1.4em;
}

td.bottomtabletwo
{
   font-size: 1em;
   padding-left: 2.8em;
   line-height: 1.4em;
}

.greentablelink
{
   color: #29433e;
   font-size: .9em;
   line-height: 1.6em;
   text-decoration: none;
}

.greentablelink:hover
{
   color: purple;
   font-style: italic;
}

.tablemargin
{
   margin-left: 2em;
}

.scheme1
{
   background-color: #B9D3EE;
   margin-left: 20px;
}

.scheme1 .even
{
   background-color: #E2E7F9;
}

.zebra
{
    
   border-collapse: collapse;
   margin: 15px 20px 20px 25px;
}

.zebra1
{
    
   border-collapse: collapse;
   margin: auto 25px auto 25px;
}


.zebra a
{
   color: #08109C;
   text-decoration: none;
}

.zebra a:hover
{
   color: #FF0033;
   text-decoration: none;
}

.zebra th
{
   background-color: #08109C;
   color: #FFFFFF;
}

.zebra th, .zebra td
{
   border: thin solid #08109C;
   font-size: 1em;
   padding: 0.3em;
}

.zebra tr:hover
{
   background-color: #FFFFFF;
   text-decoration: none;
}

