body {
 background-color: #FFFFFF;
 background-image: url(bg.gif);
 text-align: center;
 font-family: Geneva, Arial, Helvetica, sans-serif;
 font-size: 80%;
}

a:link {
 color: #555555;
 text-decoration: none;
}

a:visited {
 color: #666666;
 text-decoration: none;
}

a:active, a:hover {
 color: #777777;
 text-decoration: underline;
}

h4 {
 margin-bottom: 1%;
}

p {
 margin-top: 1%;
 margin-bottom: 2%;
}

hr {
 color: #939393;
 height: 1px;
}

table {
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

td {
 text-align: right;
 vertical-align: top;
}

th {
 text-align: left;
 font-weight: normal;
 vertical-align: top;
}

.small {
 font-size: 85%;
}

.panel {
 background-color: #CCCCCC;
 width: 60%;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 border-top: solid 1px #808080;
 border-left: solid 1px #808080;
 border-bottom: solid 1px black;
 border-right: solid 1px black;
}

.backpanel {
 background-color: #EEEEEE;
 width: 600px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
 border-top: solid 1px #808080;
 border-left: solid 1px #808080;
 border-bottom: solid 1px black;
 border-right: solid 1px black;
}

.body {
 text-align: left;
 margin-left: 5%;
 margin-right: 5%;
}

.left {
 text-align: left;
}

.center {
 text-align: center;
}

.menu {
 background-color: #CCCCCC;
 width: 95%;
 margin-left: auto;
 margin-right: auto;
 border-top: solid 1px #808080;
 border-left: solid 1px #808080;
 border-bottom: solid 1px black;
 border-right: solid 1px black;
 padding: 0px;
}

.menuitem {
 text-align: center;
 width: 10%;
 border: 1px solid #CCCCCC;
}

.menuitem_hover {
 text-align: center;
 background-color: #DDDDDD;
 width: 10%;
 border: 1px solid #808080;
 cursor: pointer;
}

.menuitem_active {
 text-align: center;
 background-color: #DDDDDD;
 color: #333333;
 width: 10%;
 border: 1px solid #808080;
}

.menuseparator {
 text-align: center;
 color: #333333;
 width: 1%;
}

input, select {
 background-color: #AAAAAA;
 font-family: Geneva, Arial, Helvetica, sans-serif;
}

