body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/spacer-blue.gif);
	text-decoration: none;
}
.tablehead1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
.newsblurb {
	font-size: 8pt;
	font-weight: bold;
}
.newsflash {
	font-size: 14pt;
	font-weight: bold;
	font-family: cursive;
	font-style: italic;
	color: #333333;
}
.headline {
	font-size: 18pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
}
.head1 {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
.masthead {
	font-size: 32pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.caption1 {
	font-size: 12pt;
	font-weight: bold;
	color: #333333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.runin {
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
a {
	color: #663300;
	text-decoration: none;
}

.bodytype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
.head2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}
.caption2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #333333;
}
.navigation {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
a:link.navigation {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.navigation {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.navigation {
	font-size: 12pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:link {
	color: #981e2d;
}
a:hover {
	color: #dbb863;
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	background-color: #FF6600;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	letter-spacing: 5px;
	line-height: 1.1em;
	color: white;
	padding: 5px 0;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
