/* RESETTER */

*{
font-family: arial, helvetica;
}

body{
      margin:0px;
      padding:0px;
}

h1, h2, h3, h4, h5, h6, p, a{
      font-family: arial, helvetica;
      color: rgb(0,0,0);
      font-size:10pt;
}




/* GLOBAL CLASSES */

a:link, a:visited{
      font-family: arial, helvetica;
      color: rgb(0,0,0);
      text-decoration: none;
}


DIV.SiteTitle{
      font-family: arial, helvetica;
      font-size:13pt;
      font-weight:bold;
      color: rgb(0,0,0);
      margin:50px 0px 50px 60px;
}



/* NAVIGATION LIST */

ul.NavigationList {
      list-style-type:none;
      padding:0px;
      margin:0px 0px 0px 50px;
}

ul.NavigationList li{
      display:inline;
      padding:0px 0px 0px 0px;
}

ul.NavigationList li a:link, ul.NavigationList li a:visited{
      border-right: 1px solid rgb(0,0,0);
      padding:0px 10px 0px 10px;
}

ul.NavigationList li a:hover{
      text-decoration: underline;
}

ul.NavigationList li.NAVcontacts a{
      border-right: none !important;
}





/* PROJECTS LIST */

ul.NAVprojects {
      list-style-type:none;
      padding:0px;
      margin:40px 0px 0px 100px;
}

ul.NAVprojects li{
      padding:0px 0px 6px 0px;
}

ul.NAVprojects li a:link, ul.NAVprojects li a:visited{
      padding:0px 9px 0px 2px;
}

ul.NAVprojects li a:hover{
      text-decoration: underline;
}







