H1 { font-size: 13pt; font-weight: normal; text-decoration: none; color: #4F593E; padding: 2px 1px -21px 2px; 
   font-family: times, serif; letter-spacing: 2px; }
H2 { font-size: 12pt; font-weight: none; color: #4F593E; font-family: times, serif; }
H3 { font-size: 11pt; font-weight: bold; color: #4F593E; font-family: times, serif; }
H4 { font-size: 11pt; font-weight: bold; color: #4F593E; font-family: times, serif; }
H5 { font-size: 10.5pt; font-weight: bold; color: #4F593E; font-family: times, serif; }
H6 { font-size: 10pt; font-weight: bold; color: #4F593E; font-family: times, serif; }

hr { color: #5A1218; height: 1px; }
 

body { 
   background: #09005e;
   margin: 0px;
   padding: 0px;  
   font-size: 8pt; color: #4F593E; font-family: times, serif;
}

.menu {
   background: url(/images/menu.jpg) repeat-x;
}
.menu a {
   color: white;
   font-size: 14pt;
   text-decoration: none;
   padding-left: 15px;
   padding-right: 15px;
}
.menu a:hover {
   text-decoration: underline;
}

.content { 
   vertical-align: top;
   background-color: #f3feeb;
   font-size: 12pt; color: #000000; 
   font-family: times, serif;
   padding: 10px;
}

.content a {
   text-decoration: underline; 
}

.footer {
   background: url(/images/footer.jpg) repeat-x;
   color: black;
}

.left_fade {
   background: url(/images/left-fade.jpg) repeat-y right;
}
.right_fade {
   background: url(/images/right-fade.jpg) repeat-y left;
}