@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #900;
}
a:active {
	text-decoration: none;
	color: #900;
	vertical-align: text-top;
	text-align: center;
	font-weight: bold;
}
#page_content {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 12px;
	background-color: #FFF;
	vertical-align: text-bottom;
	text-align: left;
	}
h1 {
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: left;
}
h3 {
	font-size: 12px;
	color: #009;
	text-align: center;
}
h4 {
	font-size: 16px;
	color: #000;
}
h5 {
	font-size: 14px;
	color: #000;
	text-align: center;
}
h6 {
	font-size: 12px;
	color: #000;
}
.justify {
	text-align: justify;
}
