a:link
{
    font-size:10px;
    color: #333333; 
    text-decoration: none;
}

a:visited
{
    font-size:10px;
    color: #333333; 
    text-decoration: none;
}

a:active
{
    font-size:10px;
    color: #333333; 
    text-decoration: none;
}

a:hover
{
    font-size:10px;
    color: #454545;
    text-decoration: none;
}

div.main
{
  visibility: hidden;
}

div.loading
{
  position: absolute;
  visibility: hidden;
}

body 
{
   background-color: #64C828;
   background-attachement: fixed;
   background-repeat: repeat-x;
   background-valign:bottom;
   scrollbar-3dlight-color: #64C828;
   scrollbar-arrow-color: #FFF19F;
   scrollbar-base-color: #64C828;
   scrollbar-track-color: #64C828;
   scrollbar-darkshadow-color: #64C828;
   scrollbar-face-color: #64C828;
   scrollbar-highlight-color: #64C828;
   scrollbar-shadow-color: #64C828;
   text-align: center;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;  
}

table
{ 
   padding: 0;
   spacing: 0;
}

td
{
   font-family:arial;
   color: #DDDDDD;
   font-weight: normal;
   font-size:15px;
   text-align: center;
   verical-align: middle;
} 

td.left
{
   font-family:arial;
   color: #DDDDDD;
   font-weight: normal;
   font-size:15px;
   text-align: left;
   verical-align: middle;
} 

td.right
{
   font-family:arial;
   color: #DDDDDD;
   font-weight: normal;
   font-size:15px;
   text-align: right;
   verical-align: middle;
} 

