@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #cccc99;
	line-height: 1.5em;
}
h1 {
	font-size: 24pt;
	color: #cccc99;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	line-height: 1em;
	float: left;
}
h2 {
	font-size: 16pt;
	color: #cccc99;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	line-height: 1em;
	float: left;
}
a:link {
	color: #cccc99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cccc99;
}
a:hover {
	text-decoration: underline;
	color: #cccc99;
}
a:active {
	text-decoration: none;
	color: #cccc99;
}
.caption {
	font-size: 11px;
	color: #cccc99;
}

