/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFFFFF }

/* Headings */
h1 { font-size: 145% }

/* Table colors */
.TableHeadingColor     { background: #CCCCFF; font-size: 120%; } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 120%; font-family: Arial, Helvetica, sans-serif; line-height: 150% }
.FrameHeadingFont { font-size: 100%; font-family: Arial, Helvetica, sans-serif; font-weight: bold}
.FrameItemFont    { font-size: 120%; font-family: Arial, Helvetica, sans-serif }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;} /* Light mauve */
.NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

/*.TableRowColor a { font-size: 120%; }*/

a:link {
   color: #1C4D97;
   text-decoration: none;
}

a:visited {
   color: purple;
   text-decoration: none;
}

a:active {
   text-decoration: underline;
}

a:hover {
   text-decoration: underline;
}

body {
   font: 80% Arial, sans-serif, Verdana, Helvetica;
   color: black;
}

h1 {
   font-size: 160%;
   font-weight: bolder;
   line-height: 200%;
   margin-bottom: 0px;
}

h2 {
   font-size: 120%;
   font-weight: bold;
   line-height: 200%;
   margin-bottom: 0px;
}

h1 + h2 { margin-top: -5px }
h2 + p { margin-top: -2px }

h3 {
   font-size: 100%;
   font-weight: bolder;
   line-height: 200%;
   vertical-align: bottom;
}

h4 {
   font-size: 90%;
   font-weight: bold;
   line-height: 200%;
   vertical-align: bottom;
}

p {
   text-align: justify;
}

pre {
   text-align: left;
   font-size: 120%;
}

code {
   text-align: left;
   font-size: 120%;
}
