html, body {
	height:100%;
	margin: 0;
	padding: 0;
	overflow-y:auto;
}
body {
	height:100%;
	width: 100%;
	max-width: 100%;
	background-color: #333;
	font: 400 0.8em arial, sans-serif;
	color: #225F8E;
	line-height: 1.4em;
}
h1 {
	font: 600 25px 'trebuchet ms', arial, sans-serif;
	color: #ccc;
	text-align: center;
	width: 500px;
}
a {
	text-decoration: underline;
	color: #225F8E;
}
a:hover {
	text-decoration: underline;
	color: #cf0;
}
.subheadblue {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 18px;
	color: #225F8E;
	text-transform: none;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.subheadgreen {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 14px;
	color: #225F8E;
	font-weight: bold;
}
.subheadred {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 18px;
	color: #A31D1C;
	font-weight: bold;
}
.subheadredback {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 14px;
	color: #A31D1C;
	font-weight: bold;
	background-color: #ADCBF1;
}
.subheadgreenback {
	font-family: 'trebuchet ms', arial, sans-serif;
	font-size: 14px;
	color: #225F8E;
	font-weight: bold;
	background-color: #ADCBF1;
}
