body {
	font-family: sans-serif;
	font-size: 9pt;
	background-color: #E2D7BB;
	margin: 0px;
	padding: 0px;
}

td.top {
	background-color: #6A4E02;
	background-image: url(../images/top.jpg);
	background-position: left;
	background-repeat: no-repeat;
	border-bottom: solid white 1px;
}

td.menu {
	background-color: #AF9B66;
	vertical-align: top;
	border-right: solid white 1px;
}

.menu_items {
    width:100%;
}
.menu_items td {
    padding-left:10px;
    height:35px; 
    border-bottom:1px solid White; 
}
.menu_items a:link      { color: White; font-weight:bold; text-decoration: none}
.menu_items a:visited   { color: White; font-weight:bold; text-decoration: none}
.menu_items a:active    { color: White; font-weight:bold; text-decoration: none}
.menu_items a:hover     { color: White; font-weight:bold; text-decoration: none}

td.content {
	padding: 10px;
	vertical-align: top;
}

td.bottom {
	background-color: #6A4E02;
	border-top: solid white 1px;
	color: white;
	text-align: center;
}

div.img_top1 {
	position: absolute;
	left: 10px;
	top: 5px;
	width: 95px;
	border: solid white 1px;
	z-index: 3;
}

div.img_top2 {
	position: absolute;
	left: 75px;
	top: 19px;
	width: 95px;
	border: solid white 1px;
	z-index: 2;
}

div.img_top3 {
	position: absolute;
	left: 140px;
	top: 12px;
	width: 95px;
	border: solid white 1px;
	z-index: 1;
}

div.newsletter {
	position: absolute;
	left: 800px;
	top: 12px;
	width: 100px;
	border: solid white 1px;
}

table {
	font-family: sans-serif;
	font-size: 9pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
}

td.bottom a:link      { color: White; text-decoration: none}
td.bottom a:visited   { color: White; text-decoration: none}
td.bottom a:active    { color: White; text-decoration: none}
td.bottom a:hover     { color: White; text-decoration: none}

input, textarea {
	font-family: sans-serif;
	font-size: 9pt;
}

font.kop {
	font-weight: bold;
	font-size: 12pt;
}


