body {
   background : #336699;
   color : #000000;
   font-family : Helvetica, Lucida, Arial, sans-serif;
   margin : 0;
} 

a {
   color : #0050a0;
   text-decoration : none;
   background : transparent;
} 
a:active {
   color : #0000cc;
   background : transparent;
}
a:hover {
   color : #0000cc;
   background : transparent;
}
a.navBar {
   color : #dddddd;
   font-weight : bold;
   background : transparent;
   font-size : 80%;
}
a.navBar:hover {
   color : #00aaff;
   background : transparent;
} 
a.highlightNav {
   color : #00aaff;
   font-weight : bold;
   background : transparent;
   font-size : 80%;
}
a.highlightNav:hover {
   color : #00aaff;
   background : transparent;
}
a.rightTitle {
   color : #dddddd;
   background : transparent;
}
a.rightTitle:hover {
   color : #0000cc;
   background : #ffffff;
}
table.navOutline {
   background : #000000;
   color : #ff0000;
}
table.outline {
   background : #000000;
   color : #ff0000;
}
table.content {
   background : #d0d0d0;
   color : #000000;
}
tr.content {
   background : #d0d0d0;
   color : #000000;
   font-size : 90%;
}
td.navBarColor {
   background : #000000;
   color : #cccccc;
}
td.leftTitle {
   background : #305080;
   color : #dddddd;
   font-weight : bold;
   font-size : 90%;
}
td.leftNavTitle {
   background : #305080;
   color : #dddddd;
   font-weight : bold;
   font-size : 150%;
}
td.rightNavTitle {
   background : #d0d0d0;
   color : #000000;
   font-weight : bold;
   font-size : 150%;
}
td.rightTitle {
   background : #484848;
   color : #eeeeee;
   font-weight : bold;
   font-size : 80%;
}
.dateText {
   color : #808080;
   background : transparent;
}
.normalText {
   color : #dddddd;
   background : transparent;
   font-size : 70%;
}