#title {display:none; }

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-size: 23px;
	font-weight: normal;
	color: #662800;
	margin-bottom: 15px;
	margin-top: 0;	
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #e17200;
	margin-bottom: 0px;
	margin-top: 15px;
	padding: 0;
}
address {
	font-style: normal;
}
.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
	width: 100%;
}

.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
.left {
    float: left;
	clear: both;
	margin-right: 15px;
}

hr { 
	margin-bottom: 15px;
	margin-top: 15px;
}

a:link {
	color: #002d40;
	text-decoration: underline;
}
a:visited {
    color: #002d40;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
}

.search {
	font-size: 14px;
	font-weight: bolder;
	color: #e17200;
	border-bottom-width: thin;
	border-bottom: thin dotted #002d40;
	background-color: #F3F5EB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.hidden_image {
  visibility: hidden;
}