body {
	background-color: #FFFFFF;
	margin: 0px;
}

#container {
	height: 345px;
	width: 500px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	text-align: center;
	font-family: "Hoefler Text", Baskerville, "Times New Roman", serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

#menu {
	height: 25px;
	width: 100%;
}

a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
p {
	font-family: "Hoefler Text", Baskerville, "Times New Roman", serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 11pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}
.portrait {
	border: 5px double #000000;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
.story {
	font-family: Cochin, "Hoefler Text", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	text-indent: 50px;
}

