/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 5;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #4000ff; }

a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}

h1
{
   margin-top: 0;
   border-left: 5px solid #dae0e6;
   padding: 0 0 0 10px;
   color: #444;
   font-size: 24px;
   font-weight: bold;
}

h2
{
   margin: 20;
   margin-top: 5px;
   margin-bottom: 0;
   color: #808080;
   background: none;
   font-size: 12px;
   font-weight: bold;
   line-height: 1.125;
   text-shadow: #36414d 0 1px 2px;
}

h3
{
   p\osition: relative;
   width: 100%;
   w\idth: auto;

   margin: 0;
   border-left: 5px solid #36414d;
   padding: 5px;
   color: #ffffff;
   background: #000000;
   font-size: 11px;
   font-weight: bold;
   line-height: 1;
   text-transform: uppercase;
}

__BODY{
background:white url(back.gif);
scrollbar-3d-light-color:silver;
scrollbar-arrow-color:yellow;
scrollbar-base-color:silver;
scrollbar-face-color:#000040;
scrollbar-highlight-color:white;
scrollbar-shadow-color:gray;
}
__H1{color:gray;font-size:30pt;font-style:normal;font-weight:normal;text-decoration:none;}
__H1 STRONG{color:white;font-size:30pt;font-style:normal;font-weight:normal;text-decoration:none;background:red;}
__H2{color:black;font-size:11pt;font-style:normal;font-weight:normal;text-decoration:none;}
__H3{color:yellow;font-size:10pt;font-style:normal;font-weight:normal;text-decoration:none;background:black;}
__H4{color:black;font-size:9pt;font-style:normal;font-weight:normal;text-decoration:none;}
__H5{color:yellow;font-size:10pt;font-style:normal;font-weight:normal;text-decoration:none;background:black;}
P{color:black;line-height:130%;}
LI{color:black;line-height:130%;}
__A{color:red;text-decoration:none;}
ADDRESS{color:black;font-size:9pt;font-style:normal;font-weight:normal;text-decoration:none;text-align:right;}
TABLE{color:black;font-size:9pt;background:silver;}
TH{color:white;font-size:9pt;font-style:normal;font-weight:normal;background:black;text-align:left;}
TD{color:black;font-size:9pt;font-style:normal;font-weight:normal;background:#E0E0E0;text-align:left;}

.INPUT{color:navy;background-color:white;border:1px gray solid;}
.SUBMIT{color:black;font-size:9pt;background-color:silver;border:1px gray solid;}
TEXTAREA{color:black;font-size:9pt;background-color:white;border:1px gray solid;}

DIV.head{position:absolute;right:3px;top:0;text-align:right;}
