@charset "UTF-8";
body {
	text-align: center;
}
#baselinediv {
	font-size: 100.01%;
	margin: 25px auto 0px;
	padding: 10px 35px 25px;
	width: 750px;
	background-color: #FFC;
	border: medium solid #233A20;
}
h1, h2, h3, h4, h5, h6, p, div, img, table {
	margin: 0px;
	padding: 0px;
}
table {
	margin-top: 1.8em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	background-color: #BCC7A9;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	line-height: 1;
	font-weight: bold;
	color: #00C;
	margin-top: .4em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: normal;
	font-style: normal;
	color: #033;
	margin-top: .7em;
}
h3 {
	color: #900;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.2;
	font-weight: bold;
	margin-top: .2em;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.3;
	font-weight: bold;
	color: #000;
	margin-top: 0.4em;
	margin-bottom: 0.3em;
}
h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: bold;
	color: #00C;
	padding-top: 1em;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: bold;
	color: #000;
	margin-top: 1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom: 1em;
}
a:link, a:visited {
	font-weight: bold;
	color: #00C;
	text-decoration: none;
}
a:hover, a:active {
	font-weight: bold;
	color: #900;
	text-decoration: underline;
}
