/* Project Analyzer v9.0 report CSS */
/* Style: Normal */

/* Report style settings */
BODY, TD, TH {
  /* Normal text */
  font-family: Verdana,Arial,sans-serif;; 
  font-size:   9pt;
  line-height: 1.3;
  background-color: white;
}

/* Headings */

H1, H2 {
  /* Report title */
  /* Dark blue text with light blue underline */
  margin: 0px 0px 1ex 0px;
  padding-bottom: 0.5ex;
  font-size: 130%;
  color: #17365D;
  border-bottom: 1px solid #4F81BD;
}

H3 {
  /* Regular heading */
  /* Medium blue text */
  color: #365F91;
  font-size: 115%;
}

H4 {
   /* Small heading */
   /* Light blue text */ 
   color: #4F81BD; 
   font-size: 110%;
}

HR {
   color: #365F91; /* Medium blue */
   height: 1px;
}

/* Table settings */
TABLE { border: 0; margin-top: 0; }

/* All table cells */
TD, TH { 
   padding: 0px 1ex 0px 0px; 
} 

/* Table heading cells */
TH { 
   color: #4F81BD; /* Light blue */ 
}

/* Font settings for code display */
CODE, PRE {
  font-family: 'Lucida Console',monospace;;
  font-size:   9pt;
}

/* Code sections */
PRE {
  margin-top: 0; margin-bottom: 0;
  line-height: 1.3;
}

/* Link settings */
A:link {
   COLOR: #0000CC;
}
A:visited {
   COLOR: #000099;
}
A:hover, A:active { 
   COLOR: #ff6600;
}

