BODY {
   color: black;
   background-color: white;
}

.pageheader { 
   background: #5588dd;
   color: #ffffff;
   font-size: 10px 
}

.sidebarheader { 
   background: #5588dd;
   color: #ffffff;
   font-size: 12px 
}

.sidebar {
   background: #77aadd;
}

.sidebar A {
   text-decoration: none;
   color: #ffffff;
   font-weight: bold;
}

.onetonetablecells { 
   background: #cccccc;
}

.onetonetablebg { 
   background: #ffffff;
}

.tableheader { 
   background-color: #3870cd; 
   color: #ffffff;
   font-size: 14px;
   font-weight: bold;
   background-image: url("/img/blue_section_heading.png");
   background-repeat: repeat-y;
   background-position: center right;
}

.sectionheader {
   background: #5588dd;
   color: #ffffff;
   font-weight: bold;
   font-size: 14px 
}

.messageheader {
    background: #5588dd;
    color: #ffffff;
    font-weight: bold 
}

.messagebg { 
   background: #77aadd 
}

