html
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: 'Arial', 'Verdana', sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 10px;
}

img.title,
img.logo
{
	border: 0;
	vertical-align: middle;
}

div.top
{
}
div.top div.frm-menu
{	
}
div.top div.frm-menu ul
{
	list-style: none outside none;
	margin: 0;
	padding: 5px;
	text-align: center;
}
div.top div.frm-menu li
{
	display: inline;
	margin: 0 5px;
}
div.top div.frm-menu li a
{
	font-weight: bold;
}

div.bottom
{
}
div.bottom div.frm-menu
{
}
div.bottom div.frm-menu ul
{
	list-style: none outside none;
	margin: 0;
	padding: 5px;
	text-align: center;
}
div.bottom div.frm-menu li
{
	display: inline;
	margin: 0 5px;
}
div.bottom div.frm-menu li a
{
	font-weight: bold;
}

p.legal
{
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family: 'Arial', sans-serif;
	font-weight: normal;
}

h1
{
	font-size: 2.0em;
	margin-bottom: 0.5em;
}
h2
{
	font-size: 1.75em;
	margin-bottom: 0.625em;
}
h3
{
	font-size: 1.5em;
	margin-bottom: 0.75em;
}
h4
{
	font-size: 1.25em;
	margin-bottom: 0.875em;
}
h5,
h6
{
	font-size: 1em;
	margin-bottom: 1em;
}

ol
{
	margin: 1em 1em 1em 2em;
	padding: 0;
}
ul
{
	list-style: disc outside none;
	margin: 1em 1em 1em 2em;
	padding: 0;
}

td.right
{
	font-size: 0.9em;
}

table.list
{
	border-collapse: collapse;
	margin: 1em 3em 1em 1em;
}
table.list th
{
	padding: 2px 5px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 9em;
}
table.list td
{
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	width: auto;
}

div#contact-details table.list
{
	float: left;
}

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;
}
