/* NCC global cascading style sheet - applies to all home web page */

/* Global Classes */
   
body {
  background-color: #FFFFFF;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:active, a:hover {
  background-color: #000099;
  color: #FFFF33;
  text-decoration: none;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
}

h1, h2 {
  color: #000099;
  margin-top: 0px;
}

/* ID Classes */

.corsa {
  text-align: center;
  font-size: 14pt;
  font-weight: bold;
  color: #000099;
}

div.footnote {
  font-size: 9pt;
  text-align: center;
  line-height: 12pt;
}

.divider {
  border-bottom: solid #000099;
  margin-top: 0%;
}

.footer-corsa {
  font-size: 9pt;
  line-height: 12pt;
  padding-bottom: 2%;
  padding-left: 2%;
  border-top: solid #000099;
  border-bottom: solid #000099;
}

.footer-head {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #000099;
  padding-top: 1%;
}

.footer-ncc {
  font-size: 9pt;
  line-height: 12pt;
  border-top: solid #000099;
  border-right: solid #000099;
  border-bottom: solid #000099;
  padding-right: 2%;
  padding-left: 2%;
}

.golden {
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}

.img-head {
  width: 98%;
}

.main-table {
  margin-left: 15px;
  vertical-align: top;
}

.main-text {
  font-size: 12pt;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-texta {
  font-size: 12pt;
  padding-bottom: 10px;
}

.subtext {
    margin-left: 3%;
}

/* Attributes */

*[title] {font-weight: bold;}