/* Javadoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { 
  background-color: #FFFFFF; font-family: verdana;
  font-size:10pt; font-weight: normal; color: Black;
}

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 10pts; font-family: Verdana}
.FrameHeadingFont { font-size: 10pts; font-family: Verdana}
.FrameItemFont    { font-size: 10pts; font-family: Verdana }

/* Example of smaller font in frames */
.FrameItemFont  { font-size: 10pt; font-family: Verdana }

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;}/* Light mauve */
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
.NavBarFont1    { font-family: Verdana; color:#000000;}
.NavBarFont1Rev { font-family: Verdana; color:#FFFFFF;}

.NavBarCell2    { font-family: Verdana; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Verdana; background-color:#FFFFFF;}


a:link,a:visited {font-family: Verdana; text-decoration:none; color: #0000FF; font-size: 10pt}
a:hover {font-family: Verdana; text-decoration:underline; color: #0000FF; font-size: 10pt}


td   {  
  font-family: verdana; font-size:10pt; font-weight: normal; color: Black;
}

td.index   { 
  border-top: solid thin #aaaaff; 
  font-family: verdana; font-size:10pt; font-weight: normal; color: Black;
}

h4   {font-size: 10pt; font-weight: bold; font-family: Trebuchet MS}
h3   {font-size: 14pt; font-weight: bold; font-family: Trebuchet MS; margin-top: 0}
h1   {font-size: 24pt; font-weight: bold; font-family: Trebuchet MS }

.heading {
  color: #ffffff; font-family:Trebuchet MS; font-size:16pt
}


.code {
  font-family: courier new; font-size: 10pt
}

