@charset "UTF-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bodytext {
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 12px;
	padding-right: 48px;
}
p {
	background-color: #E9E9E8;
	padding: 12px;
}
.bodytextlink {
	text-decoration:none;
	color: #CC6600;
}
.bodytext A:hover {
	text-decoration: underline;
}
.bodytext A:visited {
	color: #5588aa;
}
.headline {
	font-size: 18px;
	color: #CC6600;
	text-decoration: underline;
}
.subheadline {
	font-size: 14px;
	color: #5588aa;
	line-height: 22px;
	font-weight: bold;
}
.subsubheadline {
	font-style: italic;
	line-height: 18px;
}
.highlight {
	font-style: italic;
}
.imageleft {
	border: 2px solid #CC6600;
	margin-bottom: 12px;
	margin-right: 20px;
}
.imageright {
	border: 2px solid #CC6600;
	margin-bottom: 12px;
	margin-left: 20px;
}
.imagecenter {
	border: 2px solid #CC6600;
}
.thumb {
	border: 2px solid #CC6600;
	margin-right: 12px;
}
.frameleft {
	margin-right: 36px;
	margin-bottom: 12px;
}
.linklist {
	line-height: 20px;
}
