html
{
	width: 100%;
	height: 100%;
}
body
{
	background-color: #14485e;
	color: #396475;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}
h1
{
	display: none;
}
h2
{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid;
}
h3
{
	font-size: 15px;
}
h4
{
	margin: 5px 5px 5px 5px;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}
a
{
	text-decoration: underline;
	color: #14495b;
	color: #069;
}
a:hover
{
	text-decoration: none;
	color: #009ac0;
}
.cleaner {clear: both;}
.small {font-size: 11px;}
.italic {font-style: italic;}
.center {text-align: center;}
.bold {font-weight: bold;}