 
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; 
}

.title 
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: bold;
 color: #000000; 
} 
 
.main 
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #000000;
} 

.url 
{
 font-family: tahoma;
 font-size: 8pt;
 font-weight: normal;
 color: #008000;
} 

.tableback 
{
	background-color: #DDDDDD;
} 

.maintable 
{
	width: 580px;
} 

.sidetable 
{
	width: 160px;
} 
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;
}

.formbutup
{
 background-position: 0 0px;  
 padding-left:0px; 
 background-image:url('button.jpg'); 
 width: 130px; 
 height: 26px; 
 border: 0px; 
 font-family: Tahoma; 
 font-size: 11px; 
 font-weight: bold; 
 color: #E1E1E1;
}

.formbutdown
{
 background-position: 0 -26px;  
 padding-left:2px; 
 background-image:url('button.jpg'); 
 width: 130px; 
 height: 26px; 
 border: 0px; 
 font-family: Tahoma; 
 font-size: 11px; 
 font-weight: bold; 
 color: #CCCCCC;
}
 
