body {
    margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
}
html > body {
  font-size: 9pt;
}

a:link {
	color: #336666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	
	color: #336666;
	text-decoration: none;
}

div#nav {
  background: #89e0de;
  font-size: 16px; border-top: 
  3px solid #ffffff; 
  border-bottom: 3px solid #ffffff; 
  line-height: 30px;
  }
div#nav a {
  padding: 2px;
  }
div#nav a:link {
  color: black; 
  text-decoration: underline;
  }
div#nav a:visited {
  color: #333399; 
  text-decoration: underline;
  }
div#nav a:hover {
  color: #333399; 
  background-color: #ffffff; 
  text-decoration: none;
  }

tr.header_yellow {
  background-color: #FFCC66;
  height: 2px;
  }

tr.header_logos {
  background-color: #333399;
  }

tr.header_logos img {
  padding-left: 2px;
  padding-top: 2px;
  }

h1, h2, h3, h4, h5, h6 {
	color: black;	
	background: transparent;
	font-weight: bold;
	margin-bottom: 0;
}

h1 {
  font-size: 200%;
  border-bottom: 2px solid black; 
  margin-right:0; 
  margin-top:4px; 
  margin-bottom:0; 
  margin-left: 0;
  padding-top:0;
  padding-bottom: 4px;	
}
h2 {
	font-size: 130%;
		color: black;
}

h3 {
  color: #333399;
  }


div.returntotop {
  clear: both;
  padding: 1em;
  padding-bottom: 2em;
  font-size: 80%;
  font-style: italic;
  }

a img {
  border: 0;
  }

#content {
  margin: 10px;
  }

#content table {
  font-size: 100%;
  }

#footer {
  clear: both;
  margin: 10px;
  border-top: #009c9c solid 1px;
  padding-top: 5px;
  padding-bottom: 50px;
  }

table#tri_formatting {
  width: 100%;
  }

table#tri_formatting td {
  width: 33%;
  padding: 3px;
  vertical-align: top;
  }


div.pic {float: left;
    height: 175px;
    width: 125px;
    margin: 5px 3px;
    border: 1px gray solid;
    padding: 0.25em;
    text-align: center;}
div.pic ul {margin: .25em; padding: 0.1em; font-size: 85%; }
div.pic li {display: block; list-style: none; text-align: center; }