body {
        background-color: #f7f7ff /* #faf8cc;  #FFFFCC; */
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 0px;
        margin-bottom: 0px;
        /* margin-left: 30px; */
        font-size: 12px;
        line-height: 5px;
        color: #333333;
}

td, th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 24px;
        color: #330000;
}

a {
        color: brown; /* #330000; */
}

image a{
   color: brown;
}

.image a:hover{
   color: brown;
}

form {
        background-color: #FFFFFF;
}

.title {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        line-height: 30px;
  background-color: #990000; color: #FFFF66;
}

.subtitle {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
  color: #FFFFFF; font-style: oblique;
}

.header {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 24px;
        background-color: #ecd672;
        /* back  color: #FFFF66; */
        border: 1px solid #000000;
        border-width: 1px 0px 1px 0px; /* top right bottom left  */        
}

.nav {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-weight: bold;
        background-color: #CCCC66;
}

.navLink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        background-color: #DEDECA;
}
a:hover {
        color: brown; /* #DEDECA; */
        background-color: brown; /* #330000; */
}

.sidebar {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 18px;
        padding: 3px;
        background-color: #FFFF99;
}

.sidebarHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        line-height: 18px;
        color: #FFFF99;
        background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        line-height: 18px;
        background-color: #FFFF99;
 color: #990000;
}

.footer {
  font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 10px;
        /* font-weight: bold; */
        line-height: 22px;
        color: #333333;
        background-color: #ecd672;
        border: 1px solid #000000;
        border-width: 1px 0px 1px 0px; /* top right bottom left  */

}

.legal {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12pt;
        color: #333333;
}

.flanks-left {
  background-color: #e2e3e1; /* #8f8e8d;*/
  border: 1px solid #000000;
  border-width: 1px 3px 1px 0px; /* top right bottom left  */

}

.flanks-right {
  background-color: #e2e3e1;  /* #c8c4c2; #8f8e8d;*/
  border: 1px solid #000000;
  border-width: 1px 0px 1px 3px; /* top right bottom left  */

}

.flanks-horiz {
  background-color: #c8c4c2;
  border: 1px solid #000000;
  border-width: 1px 0px 1px 0px; /* top right bottom left  */
}

.box1 {
        border-width: 1px;
        border-color: #CCCCCC  #CCCCCC  #CCCCCC #CCCCCC;
  border-style: solid;
        }

.promo {
        font-family: "Times New Roman", Times, serif;
        color: #000033;
}

.titlebar {
        font-family: "Times New Roman", Times, serif;
        font-size: 9px;
        color: #FFFFFF;
        background-color: #336699;
}

.dingbat {
        font-family: Georgia, "Times New Roman", Times, serif;
        background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
        width: 100px;
}

input.small {
        width: 50px;
}


