
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Times;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 8pt;
	background: #111111;
	margin-top: 12px;
	margin-bottom: 12px;
}

a:focus {
	outline: 0;
} /* eliminates horrible outlines on clickable objects in Firefox */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #cc6600;
}

.vRule {
	color: #cc6600;
}

#container {
	margin: auto;
	width: 960px;
}

img {
/*	border: 1px #000000 solid; */
}

.fade {
	width: 960px;
	height: 640px;
	margin-top: 12px;
	background: #ffffff;
	position: absolute;
	z-index: 0;
}

.copy {
	width: 960px;
	text-align: center;
	position: absolute;
	z-index: 1;

}

#mastHead {
	opacity: 0.7;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #000000;
	text-align: center;
	background: #ffffff;
}

#mastHead h1 {
	font-size: 16pt;
	letter-spacing: 5pt;
}

#mastHead h3 {
	font-size: 9pt;
	letter-spacing: 4pt;
}

#mastHead h4 {
	font-size: 8pt;
	margin-top: 4px;
}

#caption {
	background: #000000;
	opacity: 0.7;
	margin-top: 524px;
	text-align: right;
	padding: 8px;
	color: #ffffff;
}

#caption span {
	font-weight: normal;
	font-size: 9pt;
	color: #eeeeee;
}

#footnote {
	float; left;
	background: #ffffff;
	opacity: 0.7;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}

#footnote h4 {
	font-size: 9pt;
	text-align: right;
	letter-spacing: 1pt;
}
