body {
	margin: 0px 0px 0px 0px;
	color: black;
	background: white;
	font-family: arial, sans-serif;
}
A:link {text-decoration: none; color: #A61200;}
A:visited {text-decoration: none; color: #A61200;}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: #A61200;}

img {
	border:0px;
}
td.greybg {
	height: 559px;
	background: #ffffff url('images/bg_grey3.jpg') repeat-x;
	vertical-align: top;
}
td.greybgft {
	height: 89px;
	background: #ffffff url('images/bg_ft_grey3.jpg') repeat-x;
	vertical-align: bottom;
}
td.logo {
	height:92px;
	vertical-align: top;
	text-align: left;
	background: url('images/cont_l_top.jpg') no-repeat bottom left;
}
td.tab {
	height:40px;
	width: 110px;
	overflow: hidden;
	vertical-align: bottom;
}
td.tab img {
	border: 0px;
	display: block;
}

td.cont_r_top {
	background: url('images/cont_r_top.jpg') no-repeat bottom right;
	width: 6px;
}


/* Contentbox */
td.graphic {
	height: 253px;
	width: 397px;
	background: url('images/cont_m.jpg') repeat-x bottom;
}

div.cont_l {
	height: 235px;
	background: url('images/cont_l.jpg') no-repeat bottom left;
	padding: 9px 9px 9px 16px;
	text-align: left;
}	

td.content {
	height: 253px;
	background: url('images/cont_m.jpg') repeat-x bottom;
}

div.cont_r {
	height: 225px;
	background: url('images/cont_r_no_buttons.jpg') no-repeat top right;
	padding: 19px 16px 9px 34px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: hidden;
}


/* Content2 */
td.content2 {
	width: 50%;
	padding-top: 20px;
	

	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: top;

}


input.contact {
	width: 165px;
	height: 13px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #123156;
}
textarea#contactta {
        width: 165px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #123156;
}

/*redbar */
td.whiteline {
	height: 1px;
	background: #FFFFFF;
	width: 100%;
}

td.redbar {
	background: #a61200;
	height: 25px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

td.redbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

td.redbar ul li {
	display: inline;
}

td.redbar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}
td.redbar ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}
td.redbar ul li a:hover {
	background: #b33526;
	border: 1px solid #d99b93;
	padding: 1px 4px 1px 4px;
}

/* font Verdana white 11px
barred a61200
hovred b33526
hovbord d99b93*/

/* Footer */
td.footer {
	padding: 20px 0px 0px 0px;
}

td.fmenu {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	text-align: left;
}

td.fmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

td.fmenu ul li {
	display: inline;
}

td.fmenu ul li a {
	text-decoration: none;
	color: #999999;
	padding: 2px 10px 2px 10px;
}

div.icons {
	float: right;
}

div.icons img {
	padding-right: 10px;
}

td.copyright {
	padding-top: 10px;
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
}
td.copyright div {
	display: inline;
	position: relative;
	bottom: 10px;
	left: 10px;
}
/*debug
table {
border: 1px solid red;
}
td {
 border: 1px solid green;
 }
tr {
border: 1px solid blue;
}
 */
 