body {
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #000;
	scrollbar-base-color: #FFF;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #EEE;
	scrollbar-shadow-color: #000;
	scrollbar-track-color: #FFF;
	margin: 0px;
	color: #333;
	background-color: #DDD;
	padding: 0px;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-align: left;
}

h1 { font-size: 30px;}
h2 { font-size: 24px;}
h3 { font-size: 18px;}
h4 { font-size: 14px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}

b { font-weight: bold;}

p {
  font-size: 12px;
  line-height: 125%;
  text-align: left;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

a:active, a: hover  {
  color: #960;
	background: #069;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

td.imageCaption {
  font-size: 14px;
	border: 1px solid #666;
  padding: 5px;
}

.header {
	width: 100%;
	text-align: center;
}

.title {
  width: 720px;
}
  
.titleLeft {
  font-size: 30px;
  font-weight: bold;
	padding: 0 0 5px 0; 
  float: left;
	height: auto;
  vertical-align: top;
	text-align: left;
	width: 60%;
	line-height: 125%
}

.titleRight {
  font-size: 10px;
	font-weight: bold;
  padding-right: 5px;
	float: right;
	vertical-align: top;
  text-align: right;
	width: 40%;
}

.timestamp {
  line-height: 150%;
}

.body {
  width: 100%;
  text-align: center;
  background-color: #FFF;
}

.bodyContents {
  width: 720px;
  padding: 5px 20px 5px 20px;
  text-align: center;
}
  
.imageContents {
  width: 720px;
  padding: 20px;
  text-align: center;
}

.splashContents {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.footer {
  width: 100%;
  text-align: center;
}

.footerNav {
  width: 720px;
	font-size: 11px;
	padding: 0 0 5px 0;
}

.footerAddress {
	border-top: 2px solid #333;
	padding: 5px;
  width: 720px;
  font-size: 9px;
	text-align: left;
}

.topNav {
  width: 720px;
  font-size: 9px;
	text-align: right;
}

.backnav {
  width: 720px;
	font-size: 10px;
	line-height: 100%;
	text-align: left;
}

.prevNext {
  margin: 10px;
  padding: 5px;
	font-size: 9px;
	line-height: 100%;
	text-align: center;
}

.end {
  font-size: 8px;
  font-weight: bold;
  letter-spacing: 0;
  word-spacing: 0;
  margin: 50px 0 0 0;
	text-align: left;
}