/* --- document --- */
body { 
	line-height: 15pt; 
	font: normal 10pt Arial, Verdana sans-serif; 
	margin: 36pt; 
	position: relative;
}
img { 
	border: none;
}

h1, h2, h3, h4 { 
	font-size: 12pt;
	font-weight: bold;
}
a:link {
	color: #003D79;
	text-decoration: none;
}
a:visited {
	color: #003D79;
	text-decoration: none;
}
a:hover {
	color: #4C719B;
	text-decoration: underline;
}
a:active {
	color: #4C719B;
	text-decoration: none;
}
p {
	line-height: 15pt;
}
li, ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-indent: 0;
}

/* --- hide nav --- */
#nav_main { 
	display: none; 
}

/* --- header --- */
#iceberg h1 {
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 15px 0 0 0;
}
#bi_quote h1 {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12pt;
	line-height: 1.5em;
	width: 350pt;
	text-align: right;
	color: #0D6BB4;
	font-weight: normal;
}

/* --- pages --- */
.news blockquote {
/*	display: none;*/
}
.news .tools .print,
.news .tools .share,
.news .tools .pdf {
	display: none;
}
.news .tools .date {
	display: block;
}
.news .hgroup h2 {
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
}
.news nav {
	display: none;
}
.news aside .info span {
	display: block;
}
.news aside .info .info_email,
.news aside .factsheet {
	display: none;
}


ul.footer_content {
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	list-style: none;
	margin: 35px 0;
	padding: 0px;
	line-height: 13px;
	float:left;
	text-align: left;
	border: none;
}
ul.footer_content li {
	background: url(../images/footer_divider.gif) no-repeat right;
	margin-right: 10px;
	padding-right: 10px;
	float: left;
}
ul.footer_content .last {
	background: none;
}
footer span {
 display: none;
}

