body {
 margin: 0px;
 padding: 0px;
}

td {
 font-family: verdana;
 font-size: 8pt;
}

a {
 font-family: verdana;
 font-size: 8pt;
 color: #666666;
 text-decoration: none;
}

a:hover {
 color: #660000;
}

.login-text {
 border: #aaaaaa 1px solid;
 background-color: #ffffff;
 color: #aa0000;
 font-family: arial;
 font-size: 9pt;
}

.login-text:hover {
 background-color: #fcfaef;
}

.login-submit {
 border: #aaaaaa 1px solid;
 background-color: #eeeeee;
}

#header {
 float: right;
 width: 100%;
 background-color: #ffffff;
 font-size: 93%;
 line-height: normal;
}

#header ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

#header li {
 float: right;
 background: url(../images/norm_right.gif) no-repeat right top;
 margin: 0px;
 padding: 0px;
}

#header a {
 display: block;
 background: url(../images/norm_left.gif) no-repeat left top;
 padding: 5px 15px 4px;
 text-decoration: none;
 color: #666666;
 font-family: verdana;
 font-size: 9pt;
 font-weight: bold;
}

#header a:hover {
 color: #000000;
}

#header #current {
 background-image: url(../images/norm_right_on.gif);
}

#header #current a {
 background-image: url(../images/norm_left_on.gif);
 padding-bottom: 4px;
 color: #000000;
}

.subMenu {
 padding: 0px;
 border: #aaaaaa 1px solid;
 background-color: #eeeeee;
}

.subMenu a {
 display: block;
 padding: 3px;
 font-family: verdana;
 font-size: 8pt;
 color: #666666;
 text-decoration: none;
}

.subMenu:hover {
 background-color: #ff0000;
}

.subMenu a:hover {
 color: #000000;
 background-color: #ff0000;
}
