
a {
  text-decoration: none;
}

a:hover {
  color: #ad1414;
  background-color: white;
  text-decoration: underline;

}

.PageHeading {
  font-family: Arial;
  font-size: 16pt;
  color: black;
  font-weight: 500;
  text-align: center;

}

.TextHeading {
  font-family: Arial, sans-serif;
  font-size: 14pt;
  color: darkblue;
  font-weight: 500;

}

.TextIndent {
  margin-left: 25px;

}

.Txt {
  color: #333333;
  font-weight: 500;
  text-decoration:none;
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ProjectsText {
  color: white;
  background-color: black;
  font-weight: 500;
  text-decoration:none;
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ProjectHeading {
  color: black;
  font-weight: 500;
  text-decoration:none;
  font-size: 14pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

.ProjectSubHeading {
  color: black;
  font-weight: 900;
  text-decoration:none;
  font-size: 10pt;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-left: 10px;
}

.HomePageText {
  font-size: 14pt;
  font-family : Arial, sans-serif;

}


A, .TopPageIndexRef, .PageIndexRef, .MenuItem, .TextRef, .ProjectRef, .footer_link {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  font-weight: 500;
  color: #ad1414;

}

.ProjectIndexRef {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
  font-weight: 500;
  color: #ad1414;

}

.TopPageIndexStatic {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;

}

.PageContentsRef {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  line-height: 130%;

}

.MenuHeading {
  font-family: Arial;
  font-size: 12pt;
  color: black;
  font-weight: 900;

}

.SiteTitleHeading {
  font-family: Arial;
  font-size: 14pt;
  color: black;
  font-weight: 900;
  font-style: italic;
  padding-bottom: 10px;

}

.StyleControl {
  color: black;
  font-size: 11pt;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.TableLabel {

  font-weight: 900;

}


ul.contact { list-style: none; margin-right: 10%; }
.contact_dotted  {
    border-top: 1px dotted #999;
    padding-top: 8px;
    padding-bottom: 8px;
}

.contact_dotted_last  {
    border-top: 1px dotted #999;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #999;
}


.MaterialsIndex a {

  display: block;
  font-family: verdana, arial,comic sans ms,technical;
  font-size: 12pt;
  text-decoration: none;
  font-weight: 500;
  color: white;
  background-color: black;
  margin-bottom: 2px;
  padding: 3px;
  width: 160px;
  text-align: center;

}

.MaterialsIndex a:hover 
{
  background-color: white;
  color: darkblue;
  text-decoration: none;
}


.displayInner {

    padding: 10px;

}


.displayBox {

    border: 2px solid black; /* YCC: color & properties of the left-borderline */
    background: white;
    padding: 10px;
    width: 100%;
    text-align: left;


}

.displayBorder {

    width: 300px;
    padding:30px;
    border: 2px solid red

}


.containerBox {

    background: #ececec;
    padding: 20px;
    margin: 10px;

}

.fancyzoom {

    border: 1px solid gray; /* YCC: color & properties of the left-borderline */

}


.menuItem {

    margin-right: 10px;
    padding: 15px;
    width: 140px;
    background: #282828;
    color: white;
    font-family: verdana, arial,comic sans ms,technical;
    font-size: 12pt;
    text-decoration: none;
    text-align: center;

}

.menuItem:hover {

    background: white;
    color: darkblue;
    text-decoration: none;

}


ul.menuList li {
    text-align: center;
    float: left;
    list-style: none;
    width: 140px;
}

ul.menuList a {
    display: block;
    text-decoration: none;
    background: #282828;
    padding: 3px 12px 3px 12px;
    margin-right: 3px;
    margin-bottom: 5px;
    color: white;
    font-family: verdana, arial,comic sans ms,technical;
    font-size: 12pt;
}

ul.menuList a:hover{
    background: white;
    color: darkblue;
    text-decoration: none;
}




