body, page {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}
h1 {
    font-size: 14px;
}
div.header {
    background-image: url(images/title.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
}
div.headertop {
    height: 50px;
    padding: 4px;
}
div.headermid {
    height: 10px;
    padding: 4px;
}
div.headerbot {
    height: 50px;
    padding: 4px;
}
div.main {

}
div.mainleft {
    width: 160px;
}
div.mainright {
    width: 600px;
}



input.high, select.high {
   background-color: #ffcccc;
}
input.logonbox, input.button, input.buttonhover, td {
   border-top-color: black;
   border-left-color: black;
   border-right-color: black;
   border-bottom-color: black;
   border-width: 2px;
}
input.logonbox, input.button, input.buttonhover {
   height: 22px;
}
input.button, input.buttonhover, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
   width: 100%;
   background-color: white;
}

a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
   border: 2px black solid;
   text-align: center;
   text-decoration: none;
   display: block;
   margin: 2px;
   padding: 1px;
   width: 100%;
}

a.norm:link, a.norm:hover, a.norm:active, a.norm:visited, a.norm2:link, a.norm2:hover, a.norm2:active, a.norm2:visited {
  text-decoration: none;
  float: none;
}
a.norm:link, a.norm:active, a.norm:visited, a.norm2:link, a.norm2:active, a.norm2:visited {
  color: #555599;
}
a.norm:hover, a.norm2:hover {
  background-color: #eee444;
  color: black;
}

a.norm:link, a.norm:hover, a.norm:active, a.norm:visited {
  display: block;
  width: 100%;
}

input.logonbox {
   width: 125px;
   background-image: none;
   background-color: white;
}
input.button, input.buttonhover, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
   background-image: url(images/red.jpg);
   background-repeat: no-repeat;
}
input.button, a.menu:link, a.menu:visited, a.menu:active {
  color:white;
}
input.logonbox, input.buttonhover, a.menu:hover {
   color:black;
}
img {
   border-color: #ff0000;
}
textarea.nobar {
overflow: hidden;
}
