body {
  font-family: Verdana, sans-serif;
  font-size: 13pt;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.copyright {
	text-align: left;
  font-size: 85%;
  font-style: italic;
}

table {
  text-align: left;
  border: none;
}

.maincontent {
  vertical-align: top;
}

.tinylink {
  font-size: 75%;
  font-style: italic;
}

.linkborder {
  border: none;
  border-right: solid # 3px;
  font-size: 125%;
  text-align: center;
  padding-bottom: 5px;
}

.linknoborder {
  border: none;
  font-size: 125%;
  text-align: center;
  padding-bottom: 5px;
}

.currentpage {
  border: none;
  font-weight: bold;
  font-size: 125%;
  font-style: italic; 
  text-align: center;
  padding-bottom: 5px;
}

.currentpageright {
  border: none;
  font-weight: bold;
  font-size: 125%;
  font-style: italic;
  padding-bottom: 5px;
  text-align: center;
}

.bigandbold {
  color: #667F33; 
  font-weight: bold; 
  font-size: 150%;
}

.bignumber {
  font-weight: bold;
  font-size: 300%;
  color: #667F33;
}

.datecell {
  text-align: center;
  vertical-align: top;
  color: #667F33;
}

a:hover {
	color: #667F33;
	text-decoration: none;
  font-weight: bold;
  font-style: italic;
}

a:active {
	color: #667F33;
  font-weight: bold;
	text-decoration: none;
}

a:link {
  color: #667F33;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #667F33;
  font-weight: bold;
  text-decoration: none;
}

h1 { 
  color: #667F33;
  font-weight: bold;
  font-size: 175%;
  border: none;
  border-bottom: solid #667F33 3px;
}

h2 { 
  color: #667F33;
  font-style: italic;
  font-size: 150%;
  border: none;
  border-bottom: solid #667F33 1px;
}

h3 { 
  color: #667F33;
  font-style: italic;
  border: none;
  border-bottom: solid #667F33 1px;
}

h4 { 
  color: #667F33;
  font-weight: bold;
  border: none;
}