BODY {  
        color: #aaaaaa;
        font-family: courier;
        font-size: 9pt;
        background-color: #000000;
}
H1  {
        font-size: 11pt;
        font-weight:bold;
        font-style:italic;
}
H2  {   
        font-size: 10pt;
        font-weight:bold;
        font-style:italic;
}
H3  {   
        font-Size: 9pt;
        font-weight: bold;
}
PRE {   
        font-family: courier;
        font-Size: 7pt;
}
PRE.txt {   
        font-family: courier;
        font-Size: 5pt;
        font-weight:bold;
				margin: 0px;
}

span  { 
        font-size: smaller;
}
address {
			font-size: 9pt;
}
P {
        font-size: 9pt;
}
A {
        color: #aaaaaa;
        font-family: courier;
        font-size: 9pt;
}
code {  
        font-family: courier;
        font-style:italic;
        font-Size: 8pt;
}
div.error {
        color: #ee0000;
        font-family: courier;
        font-size: 9pt;
}
TABLE {
        border-style: none;
        border-collapse: collapse;
}
TD  {
        vertical-align:top;
        border-spacing: 5px;
        font-size: 9pt;
}

