/* body defines the standard format for body elements */ 
body{background-color:#FFFFFF;color:#000080; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; font-weight: normal}

A:link    { color: #000080}    /* unvisited links */
A:visited { color: #000080}   /* visited links   */
A:active  { color: #000080}   /* active links    */


/* h1 will define all page headings*/ 
h1 {font-family: helvetica; color: #000080; font-size: 20pt; 
text-align: center; font-weight: bold;font-style:oblique} 
h1#339999 {color: #339999}
h1#666666 {color: #666666}

/* h2 will define all red headings in content */ 
h2{font-family: helvetica; color: #CC3333; font-weight: bold; font-size: 
16pt} 

/* h3 will define all sub-text at bottom of page */ 
h3 {font-family: times; color:#000080; font-size: 9pt; 
text-align: center; font-weight: normal} 

/* h4 will define all blue headings in content */ 
h4{font-family: helvetica; color: #000080; font-weight: bold; font-size: 12pt}
h4#339999 {color: #339999}
h4#666666 {color: #666666}

/* h5 will define small red text used as footnotes */
h5{font-family: helvetica; color: #CC3333; font-size: 8pt; font-weight: normal} 

/* define all standard text in paragraphs */ 
p { font-family: helvetica; color: #000080; font-size: 
10pt; font-weight: normal} 
p#black {color: #000000}


/* define p id=10bold for all text in data tables, 10pt, bold*/ 
p#10bold {color: #000000; font-size: 10pt; font-weight: 
bold}

/*save this until previous use change to p id=10bold*/
p1 {font-family: serif; color: #000000; font-size: 10pt; font-weight: 
bold}

/* define p id=red for std size text in RED */ 
p#red {color: #CC3333} 


/*save this until previous use change to p id=red*/
p2 {font-family: times; color: #CC3333; font-size: 
12pt; font-weight: normal} 

/*define list item with square symbol */
li#square {list-style-type: square}

 
/* hr sets color of all horizontal lines to dark red #CC3333 */ 
HR{color: #CC3333} 

/* use div to set manual page breaks for printing data tables */ 
.pageBreak {page-break-after:always} 
/* set class for div to center justify text */ 
.center {text-align: center} 
/* set class for div to right justify text */ 
.right {text-align: right} 
/* set class for div to left justify text */ 
.left {text-align: left}
/* set class for div to bold text */
.bold {font-weight: bold}
/* set class for div to italic text */
.ital {font-style:oblique}

/* testing small red font in div tag */
.smred {font-family: helvetica; color: #CC3333; font-size: 8pt; font-weight: normal} 


/* define a set of span classes to modify font appearances inline */
.bold {font-weight: bold}
.ital {font-style:oblique}
.mone {font-size:10pt}
.red {color: #CC3333} 


