
/* main styles */

body {
 background: #003466;
 margin: 0;
}

p, ul {
 font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
 color:#000000;
}

p.heading, p.header, p.title {
 font: italic 22px/38px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color:#990000;
}

.subhead {
 font: bold 18px/28px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color:#990000;
}

.large {
 font-size: 14px;
}

.copyright {
 font: 10px/15px Tahoma, sans-serif;
 color:#FFFFFF;
}

.nav {
 font: 10px Tahoma, Verdana, Arial, sans-serif;
 font-weight: bold;
 color: #F1DE82;
}

.numbers {
 text-align: center;
 font-size: 10px;
 border-top: 1px solid #336699;
 padding-top: 4px;
}

/* stylish styles */

.box {
 border: 1px solid #336699;
 background: #F3F3F3;
 padding: 2px 5px;
}

/* link styles */

a:link, a:visited {
 color:#990000;
 text-decoration: none;
}

a:hover {
 color:#6699CC;
 text-decoration: underline;
}

.nav a:link, .nav a:visited, .copyright a:link, .copyright a:visited {
 color:#F1DE82;
 text-decoration: none;
}

.nav a:hover, .copyright a:hover {
 color:#FFFFFF;
 text-decoration: underline;
}

.left_nav:link, .left_nav:visited {
 font: bold italic 16px/20px "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
 color: #F1DE82;
 text-decoration: none;
}

.left_nav:hover {
 color: #FFFFFF;
 text-decoration: none;

/* form styles */

form {
 margin: 0;
}

.inputbox {
 border: 1px solid #999999;
 font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
}

.inputbutton, .submit, .form_button {
 border: 1px solid #336699;
 font: bold 11px Verdana, Arial, Helvetica, sans-serif;
 color: #336699;
 background: #F3F3F3;
 height: 18px;
}
