
h1, h2, h3 {
	font-family: Georgia, 'Times New Roman';
	font-weight: bold;
	color: #075477;
}

h1 {
	font-size: 22px;
	padding-top: 0;
	margin-top: 0;
}

h3 {
	font-size: 18px;
	padding-top: 0;
	margin-top: 0;
}

p {
	font: 12px Georgia;
	line-height: 1.4em;
}

a { color: white; }

.content {
	padding: 12px;
	background-color: #85bcd7;
	min-height:547px;
	height:auto !important;
	height:547px;
}

label {
	color: #fff;
	font: 12px Georgia bold;
}

.textbox { width: 325px; }

.blue  { color: #075477; }
.white { color: white; }

.error, .error * { color: #970000; }
