 
BODY
{
 background-color: #FFFFFF;
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
}
  
input
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
} 

textarea
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
} 

select
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
}

a:link 
{ 
 color: #0000FF; 
}

a:visited 
{ 
 color: #880088; 
} 

a:hover 
{ 
 color: #FF0000; 
}

 
.main 
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
} 

 
a.button 
{
 display: block;
 background-position: 0 0px;
 background-color: transparent;
 background-image: url('button.jpg');
 background-repeat: no-repeat;
 width: 130px;
 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
{
 background-position: 0 0px;
 color: #E1E1E1;
}

a.button:hover
{
 background-position: 0 -26px;
 color: #CCCCCC;
 text-decoration: none;
 padding-left:2px;
}

 