BODY {
	background-color:#EDE9DF;
}

BODY {
scrollbar-face-color: #F8F7F2;
scrollbar-shadow-color: #947F54;
scrollbar-highlight-color: #EDE9DF;
scrollbar-3dlight-color: #947F54;
scrollbar-darkshadow-color:#EDE9DF;
scrollbar-arrow-color: #006600;
scrollbar-track-color: #EDE9DF;}

A:Link {color : #006600;text-decoration: none;}
A:Visited  {color : #006600;text-decoration: none;}
A:Active  {color : #006600;text-decoration: underline;}
A:Hover  {color : #006600;text-decoration: underline;}

select, input {
        font-family:Verdana;
        font-size:10px;
        color:#54422E;
        background-color: ffffff;
}
input.checkbox, input.radio {
        background-color: EDE9DF;
}

textarea {
        font-family:Verdana;
        font-size:10px;
        color:#54422E;
        background-color: ffffff;
}
hr.dotted {
                color: #EDE9DF; border-bottom: 1px dotted #C9AD6C;
}