a:link
{
    font-size:10px;
    color: #6A4B0C;
    text-decoration: none;
}

a:visited
{
    font-size:10px;
    color: #6A4B0C;
    text-decoration: none;
}

a:active
{
    font-size:10px;
    color: #6A4B0C;
    text-decoration: none;
}

a:hover
{
    font-size:10px;
    color: #473000;
    text-decoration: none;
}


div.main
{
  visibility: hidden;
}

div.loading
{
  position: absolute;
  visibility: hidden;
}

#flashcontent
{
    position:relative;
    margin : 0px;
    padding: 0;
    margin-left: 0px;
    margin-top: 0px;
    width:100%; 
    height:100%;
		
}

body 
{
   background-color: #000000;
   background-attachement: fixed;
   background-repeat: repeat-x;
   background-valign:bottom;
   text-align: center;
   margin-top: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px; 
   align: center; 
}

img
{
   border: 0;
}



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
{
   text-align: left;
}

td.right
{
   background-color = #4B3000;
   text-align: right;
}


