<!--
a{text-decoration:none;}
a:active{text-decoration: none;}
a:hover{color: #79501E; text-decoration: none;}
.textDate {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        line-height: 12px;
	color: #5A3C16;
	font-weight: normal;
}
.links3 {
    font-size:11;
    font-family:Verdana, Arial;
}
.links3 a {
    display:block;
    width:auto; /* fixes width inconsistencies between NS and IE */
    border:1px solid black;
    border-right-width:0px; /* eliminate 2px borders */
    color:#FCF7EE;
    padding:5px;
    text-decoration:none;
    font-weight:bold;
    background-color:#9F783A;
}
.links3 a:hover {
    background-color:#FCF7EE;
    color:#9F783A;
}
#showimage{
position:absolute;
visibility:hidden;
border: 1px Solid Black;
}
#dragbar{
cursor: hand;
cursor: pointer;
background-color: #FCF7EE;
min-width: 100px; /*NS6 style to overcome bug*/
}
#dragbar #closetext{
font-weight: bold;
font-family: Arial;
margin-right: 5px;
}
#motioncontainer a img{ /*image border color*/
border: 0px solid #ccc;
}
#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid navy;
}
#motioncontainer a:hover{
color: red; /* Dummy definition to overcome IE bug */
}
BODY {
scrollbar-face-color: #FCF7EE;
scrollbar-arrow-color: #5A3C16;
scrollbar-highlight-color: #5A3C16;
scrollbar-3dlight-color: #5A3C16;
scrollbar-shadow-color: #5A3C16;
scrollbar-darkshadow-color: #5A3C16;
scrollbar-track-color: #9F783A;
background-color: #9F783A;
color: #5A3C16;
font: normal 7.5pt Verdana, Arial, Helvetica;
font-weight: none;
}
textarea {
 background-color: #FCF7EE;
 color: #5A3C16;
}
SELECT{
  font: bold 12px Verdana, Arial, Helvetica;
  color: #5A3C16;
  border: 1px solid #5A3C16;
  background-color: #FCF7EE;
}
OPTION{
  font: bold 12px Verdana, Arial, Helvetica;
  color: #5A3C16;
  border: 1px solid #5A3C16;
  background-color: #FCF7EE;
}
INPUT {
  font: bold 12px Verdana, Arial, Helvetica;
  height: 19px; 
  color: #5A3C16;
  BACKGROUND-COLOR: #FCF7EE; 
  border-top: 1px solid #5A3C16; 
  border-bottom: 1px solid #5A3C16; 
  border-left: 1px solid #5A3C16; 
  border-right: 1px solid #5A3C16;
}
-->