h1 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	text-align: center;
	}
h2 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: blue;
	text-align: center;
	}
.hsub { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: center;
	}
h3 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: left;
	}
h4 { 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: black;
	text-align: left;
	}

a:link, a:visited, a:active { 
	text-decoration: none; 
	color: brown;
	}
a:hover { 
	text-decoration: underline; 
	color: #9685BA;
	}
a.email:link, a.email:visited, a.email:active { 
	text-decoration: none; 
	color: green;
	}
a.email:hover { 
	text-decoration: underline; 
	color: #9685BA;
	}
body { background: #eeeeff;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica;
	color: black;
	}
.ad {
	font-family:Baskerville Old Face,Arial, Helvetica;
	font-size:16pt;
	vertical-align:middle;
	padding:10pt;
	}
.caption {
	font-style: italic; 
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-align: center;
	}
tr.tableheader{
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: green;
	text-align: center;
	}
.image {border: 0px none;
	width: 50%;
	}
.hovershot {border: 0px none;
	width: 100%;
	}
.hoverdiv {
	width: 240; 
	left: 76%; 
}