body {
 background-color: #5088bc;
 font-family: Verdana, Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 color: #5088bc;
 }

td {
 font-size: 11px;
 padding: 0px;
 }

td.nav {
 font-size: 14px;
 text-align: center;
 }

a, a:link {
 color: #56947b;
 font-weight: bold;
 text-decoration: none;
 border-bottom: 1px dotted #56947b;
 }

a:hover {
 color: #5088bc;
 border: none;
 }

.header {
 font-size: 26px;
 font-family: Times;
 letter-spacing: -3px;
 font-weight: bold;
 font-style: italic;
 float: left;
 width: 100%;
 border-bottom: 1px dashed #225eb0;
 margin-top: 0px;
 }

.navheader {
 font-size: 26px;
 font-family: Times;
 letter-spacing: -3px;
 font-weight: bold;
 font-style: italic;
 float: right;
 text-align: right;
 width: 100%;
 border-bottom: 1px dashed #225eb0;
 }

input, select, textarea {
 background-color: #a9c4eb;
 border: 1px dashed #5088bc;
 color: #5088bc;
 font-family: Verdana, Tahoma, Helvetica, sans-serif;
 font-size: 11px;
 }

hr {
 border: none 0;
 border-top: 1px dashed #225eb0;
 width: 100%;
 height: 0px;
}

.main {
 padding: 7px;
}

blockquote {
 background-color: #e1ebf9;
 border: 1px dotted #5088bc;
 padding: 5px;
 }