<!--
body         { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
body,td      { font-family:Arial,Helvetica;font-size:10pt;color:black; }

td.a         { border-right-width:1px; border-right-style:solid; border-right-color:gray;}
td.b         { border-bottom-width:1px; border-bottom-style:solid; border-bottom-color:gray; background-color:red;}
td.c         { font-weight:bold; color:white; background-color:#000066; }

div.f:first-letter { font-size:160%; }
div.g        { font-family:Impact,Arial,Helvetica;font-size:20pt;color:white;}
div.h        { font-family:Arial,Helvetica;font-size:13pt;margin-top:-17;color:white;}


table.box    { border-width:1px; border-style:solid; border-color:gray; }

select       {width:135px; }

a:link       { color:#3333FF; }
a:visited    { color:#3333FF; }
a:hover      { color:#FF0000; }
a:active     { color:#FF0000; }

a.m          { font-family:Arial,Helvetica;font-size:11pt; font-weight:bold; text-decoration:none;}
a.m:link     { color:black; }
a.m:visited  { color:black; }
a.m:hover    { color:white; }
a.m:active   { color:white; }

a.n          { font-family:Arial,Helvetica;font-size:9pt; text-decoration:none;}
a.n:link     { color:white; }
a.n:visited  { color:white; }
a.n:hover    { color:red; }
a.n:active   { color:red; }
//-->