#title {display:none; }

/*** Content Styles ***/

body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background-color: #C6CCD1;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-size: 15px;
	font-weight: bolder;
	color: #8F9497;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: #4F2B33;
	color: #4F2B33;
	margin-bottom: 0px;
}
.title {
	font-size: 17px;
	font-weight: bolder;
	color: #4F2B33;
}
.captions {
	font-size: 11px;
	font-weight: bolder;
	line-height: 14px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link, a:visited, a:active {
	color: #4F2B33;
	text-decoration: underline;
}
a:hover {
	color: #4F2B33;
	text-decoration: underline;
}

/*** Footer Styles ***/

address {
	font-style: normal;
}
.copyright {
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}

