body
{
 font-family: tahoma;
 font-size: 9pt;
 background-color: #000000;
} 

.maintext 
{
 font-family: tahoma;
 font-size: 9pt;
 font-weight: normal;
 color: #FFFFFF;
} 

td 
{
 font-family: tahoma;
 font-size: 9pt;
} 

textarea
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
} 
 
a:link 
{ 
 text-decoration: underline;
 font-weight: bold;
 color: #ff0000; 
 }

a:visited 
{ 
 text-decoration: underline;
 font-weight: bold;
 color: #ff0000; 
 } 

a:hover 
{ 
 text-decoration: underline;
 font-weight: nbold;
 color: #FFffff; 
  }
  
.pop
{ 
 font-family: tahoma;
 font-size: 9pt;
 font-weight: bold;
 color: #FFFFFF; 
 background-color: #000066;
}
   
.shadow1 
{ 
color: FF0000; 
position: absolute; 
left: -3px; top: -2px; 
} 

.shadow2 
{ 
left: 1px; top: 1px; 
position: relative; 
font-size: 48pt; 
font-family: Tahoma; 
font-weight : bold;  
color: 000000;
}



 
a.button 
{
 display: block;
 background-position: 0 0px;
 background-color: transparent;
 background-image: url('../more/button.jpg');
 background-repeat: no-repeat;
 width: 140px;
 height: 26px;
 line-height: 18pt;
 text-align: center;
 font-family: Tahoma, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-decoration: none;
}

a.button:link, a.button:visited
{
 text-decoration: none;
 font-weight: bold;
 background-position: 0 0px;
 color: #FFFFFF;
}

a.button:hover
{
 background-position: 0 -26px;
 color: #444444;
 text-decoration: none;
 font-weight: bold;
 }
 
   