
a       { text-decoration:none}
a:hover { color:firebrick }

.border  { border: inset 2px #B0C4DE; }
.border2  { border: solid 1px #dddddd; }
.scrollBox  { overflow:auto;
	      scrollbar-track-color:#AAAAAA;
              scrollbar-face-color:#CCCCCC;
              scrollbar-arrow-color:#666666;
              scrollbar-darkshadow-color:black; 
              scrollbar-3dlight-color:black;
              border-width: 2px;
              border-style: inset;
              border-color: #B0C4DE;  }

.textBox    { overflow:auto;
	      scrollbar-track-color:#AAAAAA;
              scrollbar-face-color:#BCBCCE;
              scrollbar-arrow-color:black;
              scrollbar-darkshadow-color:; 
              scrollbar-3dlight-color:black; 
              font-family: Tahoma; 
              font-size 10pt; 
              background-color: #ffffff;
              padding:2px; 
              border-style: inset;
              border-width: 2px;            }

.button   { border: 2px outset #dddddd;
            background-color: #eeeeee;
            color: black;
	    padding: 0px;                   }
	    
.lvHeader { background-color: #BACEE8;
	    border-style: outset;
	    border-width: 2pt;
	    border-color: #B0C4DE;
            font-family: Tahoma; 
            font-size: 10pt;  
            height: 16px;
	    padding: 1px;            } 