body {
  background:#FDF8DB;
  margin:0px;
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #000;
  line-height: 1.5;
}

table.content {
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #000;
  line-height: 1.5;
}

td.menu{
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight:bold;
  text-align:center;
  padding:7px;
}

td.botMenu{
  font-family: Microsoft Sans Serif, MS Sans Serif, Arial, sans-serif;
  font-size: 11px;
  color: #fff;
  text-align:center;
  padding:5px;
  line-height: 1.8;
}

td.topFade{background:url('../images/topFade.gif') repeat-x;}
td.botFade{background:url('../images/botFade.gif') repeat-x;}

a.whiteLink:link {color : #fff; text-decoration:none;}
a.whiteLink:visited {color : #fff;text-decoration:none;}
a.whiteLink:hover {color : #F69A0B; text-decoration:underline;}

a:link {color : #015718; text-decoration:none;}
a:visited {color : #015718;text-decoration:none;}
a:hover {color : #015718; text-decoration:underline overline;}

body.homePanels{
  font-size: 11px;
  line-height: 1.5;
  margin:10px;
  background:#FCF7DB;
  scrollbar-arrow-color:#ffffff;
  scrollbar-base-color:#015718;
  scrollbar-shadow-color:#CABCA5;
  scrollbar-face-color:#015718;
  scrollbar-highlight-color:#E8ECF2;
  scrollbar-darkshadow-color:#3C2F1A;
  scrollbar-3dlight-color:#E8ECF2;
}

input {padding:1px;border:1px inset;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}

textarea {
  padding:1px;border:1px inset;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;
  scrollbar-arrow-color:#ffffff;
  scrollbar-base-color:#015718;
  scrollbar-shadow-color:#CABCA5;
  scrollbar-face-color:#015718;
  scrollbar-highlight-color:#E8ECF2;
  scrollbar-darkshadow-color:#3C2F1A;
  scrollbar-3dlight-color:#E8ECF2;
}

input.but {margin-top:5px;margin-right:5px;padding:1px;border:1px outset;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}

select {padding:1px;border:1px inset;FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 10px;}

hr{border:1px dotted #015718;}