#title {display:none; }

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	background-color: #DEEFF5;
}
h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #00392A;
	margin-bottom: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;	
}

h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #5A8F71;
	margin-bottom: 0px;
}
address {
	font-style: normal;
}
.copyright {
	text-align:  center;
	font-size: 11px;
	line-height: 14px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #003366;
}
a:visited {
    color: #003366;
}
a:hover {
	color: #5A8F71;
	text-decoration: underline;
}
a:active {
	color: #003366;
}
.odd {
	background-color: #DEEFF5;
}
.indent {
	padding-left: 15px;
}