@charset "UTF-8";

body
{
	width: 100%;
	font-size: 10pt;
	background: #FFF;
	color: #000;
}

body div
{
	font-size: 10pt;
	color: #000;
}

body *
{
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

/* hidden */
#col1,
#topnav,
#header,
.search_box,
.footer_wave,
.footer_links
{
	height: 1px;
	width: 1px;
	overflow: hidden;
	display: none;
	visibility: hidden;
}

.floatclear,
.content_divider,
.printbreak
{
	display: block;
	clear: both;
	float: none;
	height: 1px;
	width: 1px;
	overflow: hidden;
	background: transparent;
}

html body div div div.content_box img
{
	float: left;
	margin: 0 1.2em 1.2em 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 0.6em;
	display: block;
	clear: both;
	float: none;
}

html, body, a, p, div, th, td, area, input, option, span,
h1, h2, h3, h4, h5, h6, ul, ol, li {
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}

input[type="button"],
input[type="submit"],
input[type="reset"]
{
	background: #cdddea;
	border: 1px solid #cdddea;
	color: #00549f;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus
{
	background: #ffffff;
	border: 1px solid #00549f;
	color: #00549f;
}

input[type="text"],
textarea {
	background: #ffffff;
	border: 1px solid #fbba00;
	color: #999999;
}

input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus,
textarea:active,
textarea:hover,
textarea:focus {
	background: #ffffff;
	border: 1px solid #00549f;
	color: #999999;
}

.content_box a {
	color: #00549f;
	font-weight: bold;
}

.content_box h1 {
	font-size: 1.4em;
}

.content_box h1,
.content_box h2,
.content_box h3,
.content_box h4,
.content_box h5,
.content_box h6 {
	color: #00549f;
	display: block;
	float: none;
	font-weight: bold;
}

.content_box h2 {
	font-size: 1.2em;
}

.content_box h3 {
	font-size: 1.0em;
}

.content_box h4 {
	font-size: 0.9em;
}

.content_box h5 {
	font-size: 0.8em;
}

.content_box h6 {
	font-size: 0.7em;
}

.printspacer
{
	height: 1.2em;
	width: 1px;
	overflow: hidden;
	display: none;
	visibility: hidden;
}