body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	padding: 20px;
	font-size: 0.8em;
	line-height: 1.2;
}
h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #24376E;
	margin: 0;
	padding: 0;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 4px;
}
#portrait {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
}
a:link {
	color: #007CA5;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.closeWindow {
	font-size: 11px;
	text-align: right;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 6px;
}
h2 {
	font-size: 1em;
	color: #999999;
	margin: 0;
	padding: 0;
}
li {
	padding-bottom: 6px;
}
.mediumText {
	font-size: 12px;
}
.smaller {
	font-size: 80%;
}
.leftImage {
	margin-right: 10px;
}
p {
	margin: 0.4em 0;
}

