/* This CSS is the style sheet for the entire site. */
body { 
	font-family: arial;
	background-color: #4D7897;
	margin: 0;
	padding: 0;
}
img {
	border-color: black;
}
.caption{
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
.indent{
	padding-left: 20px;
}
.triptitle{
	color: #993300;
	font-weight: bold;
}
.indent80{
	padding-left: 20px;
	font-size: .8em;
}
.e70{
	font-size: .7em;
}
.e80{
	font-size: .8em;
}
.e90b{
	font-size: .9em;
	font-weight: bold;
}
.big{
	color: #232696;
	font-size: .9em;
	font-weight: bold;
}
.title{
	font-size: 2em;
	color: "#003366";
}
.title1{
	font-size: 1.3em;
	font-weight: bold;
	color: #1C5075;
}
.subtitle2{
	font-size: 1em;
	font-family: serif;
	font-weight: bold;
	font-style: italic;
	color: "#003366";
}
.subtitle{
	font-size: 1.2em;
	color: #996633;
}
.title2{
	font-size: 1.3em;
	color: "#003366";
}
.signature{
	font-size: .8em;
	font-style: italic;
	text-align: left;
}
.note{
	font-size: .8em;
	font-style: italic;
	color: #666666;
}
.sig1{
	font-size: .8em;
	text-align: left;
	font-weight: bold;
}
.main {
	padding: 10px;
	background-color: white;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.gbottom {
	background-image: url(images/gbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.figure {
  width: 200;
  background-color: #E0CB93;
  margin: 0;
  padding: 0;
}
div.figure p {
  font-size: .7em;
  text-indent: 0;
  margin: 0 5 0 5;
}
img.left {
	float: left;
	margin: 5 10 5 0;
}
img.right {
	float: right;
	margin: 5 0 5 10;
}
table80 td {
	font-size: .8em;
}
a {
	color: #800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}