/* MAIN */
body    {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: #000;
  background-color: #000;
  margin: 0px;
  padding: 0px;
}

td  {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10pt;
  color: #000;
}

/* RESETS */
*{padding:0; margin:0;}
ul{list-style-type:none;}
fieldset{border:none;}
img {-moz-outline:none; outline: none; border:none;}
a:link, a:visited, a:active {-moz-outline:none; outline: none; border:none; text-decoration: none; color: #000;}
a:hover {-moz-outline:none; outline: none; border:none; text-decoration: none; color: #333;}
h1{margin-top: 0px; margin-bottom: 0px; line-height: 20px; font-size: 12pt;}
h2{margin-top: 0px; margin-bottom: 0px; line-height: 16px; font-size: 10pt; font-weight: normal;}
html a:active {outline:none;}
:focus {-moz-outline-style: none;}
div.files_list {background-color: #000000;}
img, div, td{ behavior: url(../iepngfix.htc) }

a.nav:link,a.nav:active,a.nav:visited
    {
        padding: 15px 8px 8px 8px;
        background: #800;
        background-repeat: repeat-x;
        color: #fff;
    }
a.nav:hover
    {
        padding: 15px 8px 8px 8px;
        background: #500;
        color: #000;
    }
h1.title
    {
        color: #fff;
        font-size: 36pt;
        font-weight:bold;
    }


