
.type_orange { color: #ff8c00; font-weight: bold }
.a.type_green:link { color: green }
a.type_green:visited { color: green }
a.type_green:active { color: red }
a.type_green:hover { color: gray }
a:link  {
 	color : #000000;
 	text-decoration : none;
 }
 
a:visited   { color: #696969; text-decoration: none }
 
 a:active  {
 	color : #ff0000;
 	text-decoration : none;
 }
 
 a:hover  {
 	color=#006400; text-decoration : none;
 }
P  {
 	font-size : 10pt;
 	font-family : arial, helvetica, verdana;
 	color : #000000;
 }

b     { color: 000000; font-size: 11px; font-family: Verdana, Arial, arial, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold }
strong     { color: 000000; font-size: 11px; font-family: Verdana, Arial, arial, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: normal; font-weight: bold }
h1    { color: 000000; font-style: normal; font-weight: bold; font-size: 10pt; font-family: Arial, arial, Verdana, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular }

h2    { color: 000000; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, arial, Verdana, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular }


 li     { color: 000000; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, arial, Verdana, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular }

 td     { color: 000000; font-style: normal; font-weight: normal; font-size: 10pt; font-family: Arial, arial, Verdana, verdana, helvetica, Helvetica, Geneva, Swiss, SunSans-Regular; bgcolor: black}
BODY {SCROLLBAR-FACE-COLOR: eeeeee; SCROLLBAR-HIGHLIGHT-COLOR:009400; SCROLLBAR-SHADOW-COLOR: white; SCROLLBAR-3DLIGHT-COLOR: white; SCROLLBAR-ARROW-COLOR: 009400; SCROLLBAR-TRACK-COLOR: dddddd; SCROLLBAR-DARKSHADOW-COLOR: 009400}
CHECKBOX, INPUT, RADIO, SELECT { color: black; font-size: 9pt; font-weight: normal; background-color: white; margin: 0; border: inset 1px #dcdcdc; outline: solid 1px gray }

.code { display:none; }
