/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body {
    background-color: #FFFFFF;
    color: #000000;
}

/* Headings */
h1 {
    color:  #0C55FC;
    font-size: 145%
}

h2 {
    color:  #0C55FC;
}

h3 {
    color:  #0C55FC;
}

a:link {
    color:  #0C55FC;
}

a:visited {
    color:  #0C55FC;
}


/* Table colors */
.TableHeadingColor     { background: #CCCCCC; color:#000000 } /* Dark */
.TableSubHeadingColor  { background: #EEEEEE; color:#000000 } /* Light */
.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 100%; color:#000000 }
.FrameHeadingFont { font-size:  90%; color:#000000 }
.FrameItemFont    { font-size:  90%; color:#000000 }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEEE; color:#000000} /* Light */
.NavBarCell1Rev { background-color:#444444; color:#FFFFFF} /* Dark */
.NavBarFont1    { font-family: color:#000000;color:#000000;}
.NavBarFont1Rev { font-family: color:#FFFFFF;color:#FFFFFF;}

.NavBarCell2    { font-family: background-color:#FFFFFF; color:#000000}
.NavBarCell3    { font-family: background-color:#FFFFFF; color:#000000}

