h1, h2, h3, h4, h5, h6, p, td, th, blockquote, ol, ul, dl, dt, dd, li { 
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 { font-size: 16pt; } 

h2 { font-size: 14pt; }

h3 { font-size: 12pt; }

h4 { font-size: 10pt; }

h5 { font-size: 9pt }

h6 { font-size: 8pt; }

p, td, th, blockquote, ol, ul, dl, dt, dd, li { 
  font-size: 10pt;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: white;
}

.companyName {
  color: black;
  font-size: 16pt;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 2px;
}

.linkBar {
  background-color: black;
  //#738e80;
  border-bottom: 2px solid red;
  border-top: 1px solid black;
}

A.lbLink { 
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size: 10pt; 
  color: #ffffff; 
  font-weight: bold; 
  text-decoration: none;
}
A.lbLink:link { color: #ffffff;}
A.lbLink:visited { color: #ffffff;}
A.lbLink:hover { 
  color: #ffffff;
  text-decoration: underline;
}

.separatorBar {
  background-color: gray; 
  //#3a5954;
  height: 20px;
  border-top: 1px solid black;
}

.pageTOC {
  background-color: gray; 
  //#3a5954;
  padding-top: 20px;
  padding-left: 5px;
  height: 550px;
}

A.tocLink { 
  font-family: Verdana, Helvetica, Arial, sans-serif; 
  font-size: 10pt; 
  color: #ffffff; 
  font-weight: bold; 
  text-decoration: none;
}
A.tocLink:link { color: #ffffff;}
A.tocLink:visited { color: #ffffff;}
A.tocLink:hover { 
  color: #ffffff;
  text-decoration: underline;
}

.pageContent {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  border-left: 1px solid black;
  border-top: 1px solid black;
}


.pageTitle {
  color: black;
  font-size: 14pt;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 2px;
}

.pageSubTitle {
  color: black;
  font-size: 10pt;
  font-weight: bold;
}

.pageFooter {
  color: #444444;
  font-size: 8pt;
  text-align: center;
}