body {
  font-family: arial;
  font-size: 13px;
  background-color: #ffffff;
  color: black;
}

.logo {
  font-family: arial;
  width: 100%;
  background-color: #24486B;
  color: #ffffff;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 7px;
}

td {
  font-size: 13px;
}

.header {
  font-family: arial;
  font-size: 20px;
}

.cathead {
  font-size: 14px;
  font-weight: bolder;
  letter-spacing: 2px;
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #aaaaaa;
  margin-top: 20px;
  margin-bottom: 10px;
}

.leftmenu {
  margin-left: 45px;
  margin-top: 5px;
  text-align: left;
  font-size: 11px;
  color: #994233;
}

.leftbig {
  font-size: 13px;
  color: #994233;
}


.insert {
  margin-top: 10px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: #24486B;
  background-color: cornsilk;
  padding: 5px;
}

.insert_header {
  font-size: 12px;
  color: #24486B;
  font-weight: bold;
}

.subsmall {
  text-decoration: underline;
}

a { color: #994233; }

a.nav { border-bottom-style: dotted; border-bottom-width: 1px; text-decoration: none; font-size: 12px; color: #994233; }
a.nav:hover { border-bottom-style: dotted; border-bottom-width: 0px; text-decoration: none; font-size: 12px;}

a.whitesmall { text-decoration: none; font-size: 13px; color: #ffffff; }
a.whitesmall:hover { text-decoration: underline; }
a.whitesmall:visited { color: #ffffff; }

a.top { margin-left: 3px; text-decoration: underline; font-weight: bold; font-size: 13px; color: #994233; }
a.top:hover { margin-left: 3px; text-decoration: underline; font-weight: bold; font-size: 13px;}

div.leftmenu a.top { font-family: arial; text-decoration: underline; font-weight: normal; font-size: 13px; }
div.leftmenu a.top:hover { font-family: arial; text-decoration: underline; font-weight: normal; font-size: 13px;}

div.leftmenu a { text-decoration: underline; font-size: 11px; line-height: 18px; color: #994233; }
div.leftmenu a:hover { text-decoration: underline; font-size: 11px; line-height: 18px; }

div.menu0 { width:100%; background: #fff; padding:0; text-align: center; }
div.menu0 a { display:block; padding: 2px; margin:0; width:100%; color: darkblue; font-size: 15px; }
html>body div.menu0 a {width:auto;}
div.menu0 a:hover {background: #fafafa; color: darkblue; }

div.menu1 { width:100%; background: #994233; padding:0; }
div.menu1 a { display:block; padding: 2px; margin:0; width:100%; color:#fff; font-size: 15px; }
html>body div.menu1 a {width:auto;}
div.menu1 a:hover {background: #FFB7AA; color:#fff; }

div.menu2 { width:100%; background: #998233; padding:0; }
div.menu2 a { display:block; padding: 2px; margin:0; width:100%; color:#fff; font-size: 15px; }
html>body div.menu2 a {width:auto;}
div.menu2 a:hover {background: #DBCB92; color:#fff; }

div.menu3 { width:100%; background: #336699; padding:0; }
div.menu3 a { display:block; padding: 2px; margin:0; width:100%; color:#fff; font-size: 15px; }
html>body div.menu3 a {width:auto;}
div.menu3 a:hover {background: #AAD5FF; color:#fff; }


