body {
	margin: 0;
	background: #ffffff;
}

body, td, input, select {
	font: 11px/1.3 Verdana, sans-serif;
}

table {
	border-collapse: collapse;
	margin: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

*#main {
	margin: 1cm 2cm;
}

/* Header */
table#header {
	background: #dddddd;
	border-bottom: 1px solid #e60002;
}

table#header td {
	padding: 3px;
	vertical-align: middle;
}

*#slogan {
	font-style: italic;
}

address {
	font-style: normal;
	margin: 0;
}

/* Page */
td#contbox {
	vertical-align: top;
}

img#pageimg {
	margin-right: 18px;
	float: left;
}

div#imagetext {
	margin-right: 18px;
	font-size: 80%;
	color: #444444;
	float: left;
	clear: left;
}

/* Menu */
td#menubox {
	vertical-align: top;
	width: 12em;
	padding-right: 5mm;
}

div#menuhead {
	text-align: center;
	font-weight: bold;
	margin-bottom: 2px;
}

ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#menu li {
	border-top: 1px solid #dddddd;
	padding:  1px 0px;
}

ul#menu a {
	color: #000000;
}

/* Misc. */
input.flatb {
	background: #ffffff;
	border: 1px solid black;
	padding: 2px;
	font: 11px Verdana, sans-serif;
}

input.flat {
	background: #dddddd;
	border: 1px solid black;
}


td#contbox ul, ul.heart {
	list-style-image: url('/img/heart.png');
}

td#contbox li, ul.heart li {
	padding: 2px 0;
}


