
body {
	background-color: white;
	color: black;
	text-align: center;
}
#page-container {
	text-align: left;
	width: 5in;
	margin: 0 auto;
}


/* Page header */

#header {
	text-align: center;
}
div.issue-info {
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 1pt;
	font-family: georgia, "times new roman", times, serif;
}
ul.navigation {
	display: none;
}

div.issue-icon {
	display: none;
}
h1 {
	margin: .5in 0 .35in;
	text-align: center;
}
#content p.byline {
	margin: 0 1in .5in;
	padding: 0;
	text-align: center;
	text-indent: 0px;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content p.byline span {
	border-style: solid;
	border-width: 1px 0px;
	border-color: black;
	padding: .07in 0;
}
#content p.byline a {
	text-decoration: none;
	color: black;
}
#content p {
	text-align: justify;
/*	text-indent: .25in; */
	font-size: 10pt;
	line-height: 16pt;
	font-family: georgia, "times new roman", times, serif;
}
a {
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
}
#content p.first {
	text-indent: 0;
}
#content p.first:first-line {
	font-size: 9pt;
	text-transform: uppercase;
	letter-spacing: 1pt;
}
#content p.section-break {
	text-indent: 0;
	text-align: center;
}
#content p.last:after {
	margin-left: .1in;
	content: url(../images/bug.gif);
}
div.image {
	display: none;
}
#fine-print {
	margin: .5in .5in 0;
	color: black;
	text-align: center;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
}
#fine-print p.contact-link {
	display: none;
}

