html {
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 12px;
}
hr {
	border-style: none;
	border-bottom: thin solid #999;
}
div#header div#logo {
	font-size: 50px;
	color: #0973BA;
}
div#header div#legalname {
	font-size: 18px;
	color: #00A54C;
}
div#menu ul {
	color: #00A54C;
}
div#menu ul li a {
	text-decoration: none;
	color: #0973BA;
}
div#menu ul li a.active {
	color: inherit;
}
div.hint {
	color: #999;
	font-size: 83%;
}
div.largeform .errorSummary {
	color: #C00;
	padding: 5px;
	border-style: solid;
}
div.largeform .errorSummary ul {
	list-style-type: square;
}
div.largeform .error,
div.largeform .errorSummary {
	background: #FEE;
	border-color: #C00;
}
div.largeform label.error {
	color: #C00;
	background: inherit;
}
div.fyi {
	border: thin solid #999;
	background: #CCC;
}
div#footer {
	font-size: 10px;
	color: #333;
}