/* At-Rules */
@charset "iso-8859-1";

a {text-decoration: underline; color: #ff0000;}

a:hover {text-decoration: underline; color: #000088;}

 
hr { width : 90%; height : 1; color: silver;}

td { font-size: 8pt; font-family: Tahoma; font-weight: bold;}

textarea {font-size: 8pt; font-family: Tahoma; font-weight: bold; color: #555555;}

select {font-size: 8pt; font-family: Tahoma; font-weight: bold; color: #000000;}

input {font-size: 8pt; font-family: Tahoma; font-weight: bold; color: #555555;}
 

BODY
{
 font-family: tahoma;
 font-size: 8pt;
scrollbar-face-color: #555555; scrollbar-shadow-color: #444444; 
scrollbar-highlight-color: #777777; scrollbar-3dlight-color: #888888; 
scrollbar-darkshadow-color: #222222; scrollbar-track-color: #D4D2CC;
scrollbar-arrow-color: #D4D2CC;
}  

 
/* button styles */

a.button3 {
display: block;
background-position: 0 0px;
background-color: transparent;
background-image: url(http://powerwebtools.biz/images/button3.jpg);
background-repeat: no-repeat;
width: 120px;
height: 26px;
line-height: 18pt;

text-align: center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
text-decoration: none;
}
a.button3:link, a.button3:visited{
background-position: 0 0px;
color: #E1E1E1;
}
a.button3:hover{
background-position: 0 -26px;
color: #CCCCCC;
text-decoration: none;
 padding-left:2px;
   
}  
 a.button4 {
display: block;
background-position: 0 0px;
background-color: transparent;
background-image: url(http://powerwebtools.biz/images/button4.jpg);
background-repeat: no-repeat;
width: 160px;
height: 26px;
line-height: 18pt;

text-align: center;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: none;
text-decoration: none;
}
a.button4:link, a.button4:visited{
background-position: 0 0px;
color: #E1E1E1;
}
a.button4:hover{
background-position: 0 -26px;
color: #CCCCCC;
text-decoration: none;
 padding-left:2px;
   
}  
 
.formbutup
{
 background-position: 0 0px;  
 padding-left:0px; 
 background-image:url('http://www.powerwebtools.biz/slt/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('http://www.powerwebtools.biz/slt/button.jpg'); 
 width: 130px; 
 height: 26px; 
 border: 0px; 
 font-family: Tahoma; 
 font-size: 11px; 
 font-weight: bold; 
 color: #CCCCCC;
} 

/* End of style */