
body {
  font-family: 'times new roman', georgia, times, serif;
  font-size: 12px;
  text-align:center;
  margin: 0px;
  background: white;
}

#main_body {
  width: auto;
  text-align: left;
  color: black;
  margin: 0 5%;
  background: transparent;
}


.footnotes {
  font-size: small;
}

.subheading {
  text-align: center;
}

.author {
  font-style: italic;
}

.toc {
  font-size: medium;
}

.footer {
  display: none;
}



table {
  border-bottom-style: solid;
  border-top-style: solid;
  border-color: #000000;
  border-width: 1px;
}

table.text {
  border-style: solid;
  border-color: #cdcdcd;
  border-width: 1px;
  text-align: left;
}


tr.blue {
  background-color: #bedce0;
}

tr.gray
{
  background-color: #c8ba8f;
}

td.total {
  border-top-style: solid;
  border-color: #cdcdcd;
  border-width: 1px;
}

th {
  font-variant: small-caps;
  text-align: center;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;	

}

td {
  text-align: right;
}

td.number {
  text-align: right;
}

td.text {
  text-align: left;
}


h1 {
  font-size: XX-Large;
  text-align: center;
  font-style: italic;
}

h2 {
  font-size: X-Large;
  margin-top: 40px;
  margin-bottom: 10px;
  border-color: black;
  border-width: 1px;
  border-bottom-style: solid;
}

h3 {
  font-size: medium;
}

h4 {
  font-size: larger;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 0px;
}


p.author {
  text-align: center;  
}

p.disclaimer {
  font-size: 12px;
  font-style: italic;
  margin-left: 50px;  
  margin-right: 50px;
  border-color: #000000;
  border-bottom-style: solid;
  border-top-style: solid;
  border-width: 1px;
}


a:link
{
  font-weight: bold;
  color: black;
}

a:visited
{
  font-weight: bold;
  color: black;
}
