
 a:link { color:#663333; text-decoration:none; }
 a:visited { color:#666666; text-decoration:none; }
 a:hover { color:#CC3300; text-decoration:none; }
 a:active { color:#990000; text-decoration:none; }

BODY {
   scrollbar-3dlight-color: #F5F0EC;
   scrollbar-arrow-color: #7E4604;
   scrollbar-darkshadow-color: #897A6F;
   scrollbar-face-color: #D9C6B7;
   scrollbar-highlight-color: #E6DBD1;
   scrollbar-shadow-color: #C5AD9A;
   scrollbar-track-color: #DDD5AB
}

textarea {
   background-color:#EBE0C1;
   border-style: double;
   border-top-color: #897A6F;
   border-left-color: #897A6F;
   border-bottom-color: #F5F0EC;
   border-right-color: #F5F0EC;
}


input.clsTextField {
   background-color:#EBE0C1;
   border-style: double;
   border-top-color: #897A6F;
   border-left-color: #897A6F;
   border-bottom-color: #F5F0EC;
   border-right-color: #F5F0EC;
}


select {
   background-color:#EBE0C1;
}


INPUT.clsSecondaryButton {
   background-image: url("./SecondaryButtonDef.gif");
   width: 109;
   height: 27;
   border: 0;
}


INPUT.clsStandardButton {
   background-color:#D9C6B7;
   margin: 5px;	/* Problems with NetScape here! */
   border-style: double;
   border-top-color: #F5F0EC;
   border-left-color: #F5F0EC;
   border-bottom-color: #897A6F;
   border-right-color: #897A6F;
}

INPUT.clsCheckBox {
   border-width: 0px;
}

INPUT.clsNoBorderButton {
   border-width: 0px;
}

IMG.clsVirtualThumbnail {background-color: #EBE0C1;
			 border:10px;
                         background-image: url("./pdasoftlogo_verysmall.gif");
                         background-repeat: repeat}
