body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 90%;
}
pre {
	font-family: monospace;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em; margin-bottom: 1em;
}
ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0em; margin-bottom: 0em;
	font-size: 90%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Garamond, "Times New Roman", Times, serif;
}
p {
	font-size: .80em;
}
h1{
font-size: 200%;
font-family: Garamond, "Times New Roman", Times, serif;
font-weight: bold;
font-style: normal;
color: #000066;
margin-top: .25em; margin-bottom: 0em;
}
h2 {
font-family: "Times New Roman", Times, serif;
font-size: 150%;
font-weight: bold;
font-style: normal;
color: #000066;
margin-top: .25em; margin-bottom: 0em;
}
h3 {
font-family: "Times New Roman", Times, serif;
font-size: 125%;
font-weight: bold;
font-style: normal;
color: #000066;
margin-top: .2em; margin-bottom: 0em;
}
h4 {
font-family: "Times New Roman", Times, serif;
font-size: 100%;
font-weight: bold;
font-style: italic;
color: #000066;
margin-top: .2em; margin-bottom: 0em;
}
h5 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-style: normal;
color: #000066;
margin-top: .1em; margin-bottom: 0em;
}
h6 {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
font-style: normal;
text-decoration: underline;
color: #000066;
margin-top: .1em; margin-bottom: 0em;
}
.MainTitle   { 
font-family: "Times New Roman", Times, serif;
font-size: 30pt; 
color: #000066; 
font-weight: bold; 
text-align: left; 
margin-top: 5; 
margin-bottom: 5; 
}
.PageTitleTag   { 
font-family: "Times New Roman", Times, serif;
font-size: 10pt; 
color: #000066; 
font-weight: bold; 
text-align: left; 
margin-top: 10; 
margin-bottom: 5; 
}
.PageTitle   { 
font-family: "Times New Roman", Times, serif;
font-size: 20pt; 
color: #000066; 
font-weight: bold; 
text-align: left; 
margin-top: 0; 
margin-bottom: 5; 
}
:link { color: #660033 }  /* for unvisited links */
:visited { color: #666666 } /* for visited links */
a:active { color: #660000 } /* when link is clicked */
a:hover { color: #330066 } /* when mouse is over link */
table {
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
div.color {
	background: #ffff99;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    border: none;
}
div.content {
    padding-top: 0em;
    padding-left: 1em;
    padding-right: 0.5em;
    padding-bottom: 1em;
    border: none;
}
div.table {
	padding-left: 2em;
}
Table {
	font-size: 90%;
}
th {
	text-align: left;
	font-weight: bold;
}