/*** These styles are NOT Netscape 4.x compatible ***/

table {
    font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    }    
    
.label { 
    letter-spacing:2px;
    }
  	   
.textlabel { 
    letter-spacing:2px;
    }
	   
.checkboxlabel { 
    letter-spacing:2px;
    }
	   
.radiolabel { 
    letter-spacing:2px;
    }   

.font { 
    width:300px;
    }	   
	   	
.text { 
	font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    width:300px;
    height:20px;
    border:1px solid #CCCCCC;
    }
	  
.textarea { 
	font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    width:300px;
    height:75px;
    border:1px solid #CCCCCC;
    overflow:auto;
    scrollbar-track-color: #CCCCCC;
    scrollbar-face-color: white;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-arrow-color: #444444;
    }

.select { 
	font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    width:300px;
    height:19px;
    }
	    
.multiselect { 
	font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    width:300px;
    height:75px;
    }	  
	      
.fieldset { 
    border:1px solid #CCCCCC;
    padding:3px;
    }	   
	      
.button {
	font-family:arial,helvetica,verdana,sans-serif;
    font-size:12px;
    color: #444444;
    letter-spacing:2px;
    border:1px solid #CCCCCC;
    background-color:white;	    
    width:146px;
    margin:2px;
    cursor:hand;
    }    