body {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 760px;
    margin-left: auto;
    margin-right: auto;

}
div.page {
	border: 2px solid black;
    background-color: #EFEFEF;
    padding: 5px;
}
div.header {
    background-image: url(images_dir/title.gif);
    background-repeat: no-repeat;
    background-position: center center;
    height: 160px;
}
h1 {
    font-size: 14px;
    margin: 0px;
	}
h2 {
	font-size: 12px;
	margin: 0px;
	}
div.headertop {
    height: 120px;
    padding: 4px;
}
div.headerbot {
    height: 40px;
    padding: 4px;
}
table {
    border-color: black;
    border-width: 1px;
}
a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
    border: 2px #d9b1b1 solid;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    padding: 1px;
    float: none;
}
table {
    border-color: black;
    border-width: 1px;
}
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 {
  color: #555599;
}
a.norm:hover {
  background-color: #eee444;
  color: black;
}
a.norm2:link, a.norm2:active, a.norm2:visited {
  color: #d9b1b1;
}
a.norm2:hover {
  background-color: #d9b1b1;
  color: black;
}
input.logonbox {
   width: 125px;
   background-image: none;
   background-color: white;
   color: black;
}
input.button, input.buttonhover, a.menu:link, a.menu:visited, a.menu:active, a.menu:hover {
   background-image: url(images_dir/bar.jpg);
   background-repeat: no-repeat;
}
input.button, a.menu:link, a.menu:visited, a.menu:active {
  color:white;
}
input.buttonhover, a.menu:hover {
   color: #ffb1b1;
}
img {
   border-color: #ff0000;
}
textarea.nobar {
overflow: hidden;
}

