@charset "UTF-8";
/* CSS Document */

body{
	margin:40pt;
	background-image:none;
	background-color:white;
	font-size:11pt;
	line-height:17pt;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:16pt;
	font-weight:bold;
}

h2{
	font-size:14pt;
	font-weight:bold;
}

h3{
	font-size:14pt;
}

p{
	font-size:11pt;
}

div{
	display:none;
	margin:0;
	padding:0;
	top:0;
	left:0;
}

img{
	border:none;
}

#content_wrapper, #content, #header_wrapper, #branding, #body_wrapper{
	margin:0;
	padding:0;
	display:block;
	border:none;
	width:100%;
	float:none;
}

div.news_div{
	display:block;
	width:100%;
}

#print_footer{
	display:block;
}

table{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
}

th, td{
	padding:5px;
	border:1px solid #999999;
}

th {
	background-color:#E1E1E1;
}

/* */

#reports_archive, #reports_archive div, .reports_title{
	display:block;
}

/* NEWS */

div.news_div{
	border-bottom:1px dotted #666666;
	margin-bottom:10px;
}

p.news_title{
	font-weight:bold;
	font-size:14pt;
	color:#006699;
	margin-top:20px;
	margin-bottom:3px;
}

p.news_date{
	font-size:10pt;
	color:#999999;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:0px;
}

p.news_abstract{
	font-size:11pt;
	margin-top:0px;
	margin-bottom:3px;
}

p.news_link{
	font-size:11pt;
	margin-top:0px;
	margin-bottom:20px;
}

p.news_link a{
	font-size:11pt;
	color:#006699;
}