html,
body
{
	background-color: #003300;
	color: #fafaff;
	font: normal normal normal 0.9em/1.4 'Arial', 'Verdana', sans-serif;
}
div.frm-menu
{
	clear: both;
	float: left;
	margin: 2em 0;
	padding: 0;
	width: 100%;
}
div.frm-menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.frm-menu ul li
{
	float: left;
	margin: 0;
	padding: 0;
}
div.frm-menu ul li a
{
	background: url('images/menu-item-background.png') 0 0 no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	width: 120px;
}
div.frm-menu ul li.selected a
{
	background-position: 0 -100px;
}
div.frm-menu ul li a:hover
{
	background-position: 0 -200px;
}
p.legal
{
	clear: left;
	padding: 20px;
	text-align: center;
}
img.logo
{
	border: 0;
	vertical-align: middle;
}
div#contact-details table.list
{
	float: left;
	margin-right: 2em;
	width: auto;
}
div#contact-details table.list th
{
	text-align: right;
	width: 10em;
	vertical-align: top;
}
div#contact-details table.list td
{
	vertical-align: top;
}
fieldset
{
	border: 0 none;
}
input.button
{
	border-top: 3px solid #58b;
	border-left: 3px solid #58b;
	border-bottom: 3px solid #147;
	border-right: 3px solid #147;
	background: #369;
	color: #eef;
}

