body {
   margin:0px;
   padding:0px;
   font-family:verdana, arial, helvetica, sans-serif;
   font-size:12px;
   text-align:justify;
   color:#000000;
   background-color:white;
   background-repeat:repeat;
   background-position:top left;
   background-attachment:fixed;
}

a {
   color:#0000EE;
   text-decoration:none;
   font-weight:bold;
   }
a:link {}
a:visited {}
a:hover {background-color:#9999EE;}
a:active {background-color:#9999EE;}
a:focus {background-color:#9999EE;}

h1 {
   margin:      15px 0px 15px 0px;
   padding:     0px;
   font-size:   30px;
   line-height: 30px;
   font-weight: 900;
   color:       #0000EE;
}
h1.hHeader {
   margin:      0px 0px 0px 0px;
}
h2 {
   margin:      10px 0px 10px 0px;
   font-size:   25px;
   line-height: 25px;
   font-weight: 900;
}
h3 {
   margin:      5px 0px 5px 0px;
   font-size:   20px;
   line-height: 20px;
   font-weight: 900;
}
h4 {
   margin:      5px 0px 5px 0px;
   font-size:   14px;
   line-height: 14px;
   font-weight: 900;
}
h5 {
   margin:      2px 0px 0px 0px;
   font-size:   12px;
   line-height: 12px;
   font-weight: 600;
}
h6 {
   margin:      0px 0px 0px 0px;
   font-size:   10px;
   line-height: 10px;
   font-weight: 100;
}

img {
   border-width: 0px;
}

