/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body 
{ 
  background-color: #FFFFFF;
  font-family: sans-serif;
}

/* Headings */
h1 
{ 
  font-size: 12pt;
  font-family: sans-serif;
}

/* Table colors */
.TableHeadingColor     { background: #058edc } /* logo blue */
.TableSubHeadingColor  { background: #c0c0c0 } /* light gray */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 10pt; font-family: sans-serif }
.FrameHeadingFont { font-size: 10pt; font-family: sans-serif }
.FrameItemFont    { font-size: 10pt; font-family: sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#058edc;} /* Light mauve */
.NavBarCell1Rev { background-color:#015f95;} /* Dark Blue */
.NavBarFont1    { font-family: sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: sans-serif; background-color:#FFFFFF;}

