

body {
    font-family     : arial helvetica sans-serif;
    color           : black;
    font-size       : 10pt;
    margin-left     : 10px;
    margin-right    : 10px;
    margin-top:     0em;
    margin-bottom : 0em;
    font-weight     : normal;
    background      : #ffffff;
}


a {
    color           : #c55c00;
    text-decoration : underline;
}


a:hover {
    color           : #f68c00;
}


td {
    color           : black;
    font-size       : 9pt;
}
 

LI {
    list-style-type: square;
}


LI.decimal {
    list-style-type: decimal;
}


p {
  margin-top : 5px;
  margin-bottom : 15px;

}

ul {
   margin-left : 30px;
}

ol {
   margin-left : 30px;
}


h1 {
    font-family     : arial, helvetica, sans-serif;
    color           : black; 
    font-size       : 18pt;
    font-weight     : bold;
}

h2 {
    font-family     : arial, helvetica, sans-serif;
    color           : #666666;
    font-size       : 14pt;
    font-weight     : bold;
}


h3 {
    font-family     : arial, helvetica, sans-serif;
    color           : #666666;
    font-size       : 12pt;
    font-style      : normal;
}

h4 {
    font-size       : 10pt;
    font-style      : normal;
}


tt.guiref {
    color           : #004488;		
    font-size       : 12pt;
    font-style      : bold;
}	  

p.indent {
	margin-left :  20px;
}

pre
{
    font-family     : Courier New;
}

code
{
    font-family     : Courier New;
    color           : green;
}

td.top
{
    vertical-align  : top;
}
