html, body {
background-color: #FFFFFF;
text-align: center;
}

P {
color: #FFFFFF;
font-family: verdana;
font-size: 9pt;
}

P.title {
color: #FFFFFF;
font-family: verdana;
font-size: 10pt;
font-weight: bold;
}

A {
color: #00EC3C;
font-family: verdana;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

A:hover {
color: #FDFD00;
font-family: verdana;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#maintable {
width: 600px;
margin-left: auto;
margin-right: auto;
background-color: #036998;
border-collapse: collapse;
border: 4px solid black;
}

#header {
background-color: #00EC3C;
text-align: center;
vertical-align: top;
}

#content {
padding: 10px;
text-align: left;
vertical-align: top;
}

#footer1 {
height: 10px;
background-color: #00EC3C;
}

#footer2 {
height: 10px;
background-color: #FDFD00;
}

a.example {
color: darkblue;
text-align: center;
text-decoration: none;
font-family: verdana;
padding: 5px;
font-size: 10px;
font-weight: bold;
}

a:hover.example {
color: red;
}

td.menu {
background-image: url(button_bg.gif);
height: 25px;
}

#scroll {
background-color: #036998;
overflow: scroll;
width: 100%;
height: 380px;
}

textarea, input, select {
color: #000000;
font-family: verdana;
font-size: 9pt;
background: #CCCCCC;
border: 2px solid #666666;
width: 175;
}

textarea {
width: 330;
}

input:focus, textarea:focus, select:focus {
background-color: #FFFFFF;
}

input.button {
background-color: #999999;
font-family:verdana;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
margin-left: 4.70em;
width: 100;
}

html>body input.button {
margin-left: 5.75em;
}

fieldset {
border: 2px solid #FFFFFF;
}

legend {
color: #FFFFFF;
font-family: verdana;
font-size: 10pt;
font-weight: bold;
background: #333333;
border: 2px solid #999999;
padding: 2px 8px
}

label {
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
color: #FFFFFF;
font-family: verdana;
font-size: 8pt;
}

table.text {
background-color: #599AB6;
border-collapse: collaspe;
border: 2px solid white;
}