/* 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, Helvetica, sans-serif; }

/* Table colors */
#TableHeadingColor     { color: #000000; background: #CCCCCC; } /* Black on Light Gray */
#TableSubHeadingColor  { background: #999999; } /* Dark Gray */
#TableRowColor         { background: #FFFFFF; } /* White */

/* Red #FF0000  Black #000000  Dark Gray #999999  Light Gray #CCCCCC */

/* Font used in left-hand frame lists */
#FrameTitleFont   { font-size: normal; font-family: Arial, Helvetica, sans-serif; }
#FrameHeadingFont { font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; }

/* Example of smaller, sans-serif font in frames */
#FrameItemFont  { font-size: 10pt; font-family: Arial, Helvetica, sans-serif; } 

/* Navigation bar fonts and colors */
#NavBarCell1    { color:#FF0000; background:#CCCCCC; }/* Red on Light Gray */
#NavBarCell1Rev { background: #CCCCCC;} /* Light Gray */
#NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color: #000000; background: #CCCCCC; }
#NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color: #FF0000; background: #CCCCCC; }

#NavBarCell2    { font-family: Arial, Helvetica, sans-serif; color: #000000; background: #CCCCCC; }
/* Black on Light Gray */

#NavBarCell3    { font-family: Arial, Helvetica, sans-serif; color: #999999; background: #CCCCCC; }

/* code {font-size: 100%;} */
h1              { font-family: Arial, Helvetica, sans-serif; }
h2              { font-family: Arial, Helvetica, sans-serif; }

#Header2        { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; }
