
/* GENERAL USAGE */
A:link, A:visited, A:active {
    font-size: 10pt;
    color: #036;
    text-decoration: underline;
}

A:hover {
    font-size: 10pt;
    color: #036;
    text-decoration: underline;
}

.main {
  font-size: 10pt;
  color: #000;
}


/* PACKAGE DOWNLOAD */

A.invent:link, A.invent:visited, A.invent:active { 
    font-family: Arial, sans serif;
    font-size: 9pt;
    color: #036;
    text-decoration: none;
}

A.invent:hover { 
    font-family: Arial, sans serif;
    font-size: 9pt;
    color: #903;
    text-decoration: underline;
}

.note {
  font-size: 10pt;
  color: #900;
}

.propname {
  font-size: 9pt;
  color: #000;
}

.small {
  fon-tsize: 9pt;
  color: #036;
}

.tableborder {
  font-size: 10pt;
  color: #036;
  font-weight: bold;
  background-color: #ccc;
}

.tableheader {
  font-size: 10pt;
  color: #036;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 1px solid #036;
  border-right: 1px solid #036;
  border-left: 1px solid #036;
  border-top: 1px solid #036;
}

.tabletype {
  font-size: 10pt;
  color: #036;
  font-weight: bold;
  background-color: #ccc;
  border-bottom: 1px solid #036;
  border-right: 1px solid #036;
  border-left: 1px solid #036;
  border-top: 1px solid #036;
}

.tableborder2 {
  font-size: 10pt;
  color: #006;
  font-weight: bold;
}

.tableheadertype {
  font-size: 10pt;
  color: #fff;
  font-weight: bold;
  background-color: #036;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}
