BODY { 
	font-family : Verdana, Arial, sans-serif;
	background-color : #D6E6E6;
	background-repeat : repeat;
	}

/* A:link {color: blue;}
A:visited {color: red;}
A:active {color: yellow;} */
a:link:hover {Background: blue; color:white;}

H1 { 
	color : #000077;
	font-family : Verdana, Arial, sans-serif;
        font-size : 12pt
	}
H2 { 
	color : #000077;
      margin-top : 2ex;
	font-family : Verdana, Arial, sans-serif;
	vertical-align : bottom;
        font-size : 12pt
	}
H3 { 
      color : #000077;
	font-family : Verdana, Arial, sans-serif;
        font-size : 12pt
	}
H4 { 
	color : #000077;
      font-family : Verdana, Arial,sans-serif;
      font-size : 10pt
	}
TD { 
	color : #000077;
	font-family : Verdana, Arial, sans-serif;
        font-size : 9pt
	}
KBD { 
	font-family : monospace
	}
LI {
	margin-top : 1ex;
	list-style-type: none;
      font-family : Verdana, Arial, sans-serif;
      font-size : 9pt
      color : #000077;
	}

DT {
      color : #000077;
	margin-top : 1ex;
	list-style-type: none;
      font-family : Verdana, Arial, sans-serif;
      font-size : 9pt


	}
DD {
      color : #000077;
	margin-top : 1ex;
	list-style-type: none;
      font-family : Verdana, Arial, sans-serif;
      font-size : 9pt


	}
UL {
	list-style-type: none;
      color : #000077;

	}

UL.small {
	margin-top : 1ex;
        font-size : 12pt
	}
P { 
      color : #000077;

	font-family : Verdana, Arial, sans-serif;
         font-size : 10pt
	}
P.warning { 
	font-weight : bold; 
	color : red;
	background-color : yellow
	}
P.syntax {
	font-family : courier;
	font-size : 80%
	}
P.small {
	font-family : Verdana, Arial, sans-serif;        
        font-size : 6pt
        }
SPAN.syntax {
	font-family : monospace
	}
TABLE   {
        border-cellspacing: 0
        border-cellpadding: 5
        background-color: #FFFFCC
        }
TD      { 
	font-family : Verdana, Arial, sans-serif;
	vertical-align : top
        font-size : 10pt
	}
TD.even { 
	background-color : #DDDDDD 
	}
TD.odd  { 
	background-color : white 
	}
TD.notes { 
	border-style : solid; 
	border-color : black; 
	vertical-align : top;
	text-align : left
	}
TD.subHeader { 
	background-color : #DDDDDD;
    	font-weight : bold;
	font-size : 80%
	}
TH { 
    font-family : Verdana, Arial, sans-serif;
    border-style : none;
    background-color : #000074;
    color : white;
    letter-spacing : 1mm;
    text-align : left
    }
TH.center { 
    font-family : Verdana, Arial, sans-serif;
    border-style : none;
    background-color : #000074;
    color : white;
    letter-spacing : 1mm;
    text-align : center
    }
TT  { 
	font-family : monospace 
    }

