
* {margin:0; padding:0;}

body, html {
	border:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#53534a;
}

h1, h2, h3, h4, h5, h6 {
	margin:11px 0;
}

a {
	text-decoration:underline;
}

a:hover {

}

p {
	margin:11px 0;
}

a {
	text-decoration:none;
	color:#098fc6;
}

a:hover {
	color:#53534a;
}

/* layout */

#layout_header .right,
#layout_header #inside_banner,
#layout_nav,
#layout_side,
#layout_banner,
#layout_footer {
	display:none;
}

#layout_header {
	margin:0 0 20px 0;
}

#layout_header .intro h1 {
	font-size:12px;
	color:#f26649;
	font-weight:bold;
}

#layout_content h1 {
	font-size:12px;
	color:#f26649;
	font-weight:bold;
}

#layout_content h2 {
	font-size:11px;
	font-weight:bold;
	color:#53534a;
	margin:0px 0px 16px 0px;
}

/* content */

.content_inside ul {
	padding:0px 0px 16px 25px;
}

.content_inside ul.float {
	padding:5px 0px 0px 0px;
	float:left;
}

.content_inside ul.pdf,
.content_inside ul.pdf_news {
	padding:0px 0px 16px 25px;
}

.content_inside span {
	color:#f3674a;
	font-weight:bold;
}

.content_inside img.float_right {
	float:right;
	margin:0 40px 0 0;
}

.content_inside p.footnote {
	font-size:10px;
}

.content_inside img.float_left {
	float:left;
	padding:0 20px 0 0;
}

.content_inside p.footnote {
	font-size:10px;
	margin:5px 0 0 10px;
}

/* shares table */

.content_inside table.shares td.row_title {
	background:#e3e3e3;
	width:400px;
	padding:5px 0 5px 10px;
	font-weight:bold;
}

.content_inside table.shares td.row_data {
	background:#ececec;
	width:100px;
	padding:5px 10px 5px 5px;
	text-align:right;
}