/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults  */

/* Page background color */
body { background-color: #FFFFFF;
       font-family: Arial; /* Currently size cannot be controlled so normal text size looks
                              better, smaller, tighter, with Arial.  However, headings (H2) 
                              look better with Verdana.  */
       font-size: 10pt; /* cannot be controlled */}

table { font-family: Arial; font-size: 10pt; text-align: left }
h2 { font-family: Verdana }
code { font-family: Verdana; font-size: 9pt; color:#00008B }
pre  { font-family: Lucida; font-size: 11pt; color:#BB0000 }
dl { text-align: left }
td { text-align: } 
p { text-align: justify }
a {color: #00008B }

/* Table colors */
.TableHeadingColor     { background:  #AAC5E5; 
                         font-family: Verdana } /* Dark mauve #CCCCFF,
                                                   Mid Blue #AAC5E5 */
.TableSubHeadingColor  { background:  #D5E5F5;
                         font-family: Arial;
                         font-size:   14 pt } /* Light mauve #EEEEFF, 
                                                 Light blue #D5E5F5 */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: normal; font-family: Arial, Verdana }
.FrameHeadingFont { font-size: normal; font-family: Arial, Verdana }
.FrameItemFont    { font-size: normal; font-family: Arial, Verdana }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#000066;} /* Light mauve #EEEEFF, Light blue: #D5E5F5 */
.NavBarCell1Rev { background-color:#BB0000;} /* Dark Blue #00008B, #000066 */
.NavBarFont1    { font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF;}
.NavBarFont1Rev { font-family: Arial, Verdana, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Verdana, Helvetica, sans-serif; }                                   background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Verdana, Helvetica, sans-serif; }                                   background-color:#FFFFFF;}

