@charset "iso-8859-1";
BODY { position: relative; min-width: 650px; width: 100%; margin: 0; padding: 0; }

#top { position: absolute; top: 20; left: 0; min-width: 600px; width: 100%; height: 100px; }
#left { position: absolute; top:120px; left: 20; width: 150px;  margin: 1% 1% 0 0; }
#middle { position: absolute; top:1px; left:10px; right:10px; width: 800; margin-top: 1%; }
#main { position: absolute; top:20px; left:150px; right:10px; width: auto; margin-top: 1%; }
#full { position: absolute; top:120px; left: 20; right:70px; width: auto; margin: 1% 1% 1% 1%; }
#box {background: #660099;
  color : #33cc33;
  font-family : Times, Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 8px;
  padding : 2px;
  margin: 2px;
  margin-bottom: 12px;
 }

/* HR styles need for IE/Win. */
HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
HR.left, HR.right { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; } 

/* These HR styles replace the above, and are needed for Netscape 4.x. 
   Left and right margins are half the relevant DIV width */
HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
HR.left, HR.right { width: 0; margin: 0 60px; }
HR.middle { width: 0; margin: 0 180px;  } 



body {background-color: #003300; font-size:10pt; color:#003300}
a:link     {color:#aaff33; font-weight: bold}
a:visited  {color:#aaff33; font-weight: bold}
a:active   {color:#aaff33; font-weight: bold}
a:hover    {color:#cccc00; font-weight: bold}
H1 { font-size: large; font-weight: bold }

foot   { font: 10px Times; color: #999999; text-decoration: none; font-weight: bold; font-style: none; }
a.foot   { font: 10px Times; color: #ffffff; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.foot { font: 10px Times; color: #ccffcc; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.foot 	{ font: 10px Times; color: #99ff99; text-decoration: none; font-weight: bold; font-style: none; }


a.main_text 		{ font: 14px Times; color: #33ff33; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.main_text { font: 14px Times; color: #33ff33; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.main_text 	{ font: 14px Times; color: #ffff00; text-decoration: none; font-weight: bold; font-style: none; }
a.sub_text 			{ font: 12px Times; color: #33ff33; text-decoration: none; font-weight: bold; font-style: none; }
a:visited.sub_text 	{ font: 12px Times; color: #33ff33; text-decoration: none; font-weight: bold; font-style: none; }
a:hover.sub_text 	{ font: 12px Times; color: #ffff00; text-decoration: none; font-weight: bold; font-style: none; }