
BODY { 
    font-family :  arial, helvetica, sans-serif;
    margin-top: 0em;
    margin-bottom : 0em;
    margin-left: 15px;
    margin-right: 1em;
    font-size : 12pt;
    background-color: #f8f8f8;
    color : #444444;
	
}


A:link    { color: #c45c00 }    /* unvisited links */
A:visited { color: #a43c00 }   /*  visited links   */


A {
  color : #c45c00;
}


LI {
    font-family :  sans-serif;
    font-size : 12pt;
    list-style-type: square;
}


LI.decimal {
    font-family :  sans-serif;
    font-size : 12pt;
    list-style-type: decimal;
}

LI.disc {
    font-family :  sans-serif;
    font-size : 12pt;
    list-style-type: disc;
}



P, LI, UL, OL, BLOCKQUOTE { 
    font-family :  arial, helvetica, sans-serif;
    color: #444444;
    font-size : 12pt;
    margin-top : 2px;
    margin-bottom : 15px;
}

TD {
    font-family :  arial, helvetica, sans-serif;
    color: #444444;
    font-size : 10pt;
}


P.PAD {
    font-family :  sans-serif;
    padding: 1px 1px 10px 5px;      
}


H1 {
     color : #666666;
     font-family : arial, helvetica, sans-serif;
     font-size : 24pt;
} 

H2 {
      color : #555555;
      font-family :  arial, helvetica, sans-serif;
      font-size  18pt;
}

H3 {
    color : #444444;
    font-family :  arial, helvetica, sans-serif;
    font-size : 14pt;
}

H4 {
   color : #444444;
   font-family :  arial, helvetica, sans-serif;
   font-size : 12pt;
}


TT {
    font-family : arial, helvetica, sans-serif;
    font-weight : bold;
    color : #004488;
} 

TT.code {
    font-family : monospace;
    font-weight : bold;
    color : #884400;
} 


P.just {
    text-align : justify;
    color : black;	
}




