/* General stylesd */
* {
	font-family: arial, helvetica, sans-serif;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

table {
	border-collapse: collapse;
}

th {
	text-align: left;
}
td, th, div, p {
	font-size: 10pt;
}
table.bodytext td, table.bodytext th {
	padding: 3px 6px 3px 0px;
}
img {
	border: 0px;
}
div#content th {
	vertical-align: bottom;
}
div#content thead td, div#content thead th {
	border-bottom: 1px solid #000;
}
div#content tfoot {
	font-weight: bold;
}
div#content tfoot td {
	border-top: 1px solid #000;
}
p {
	line-height: 125%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h1 {
	font-size: 18pt;
	color: #d2232a;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}
.inlineHeader {
	font-weight: bold;
	font-size: 8pt;
}
p.contactInformation, p.readMoreLink {
	font-size: 9pt;
	margin: -10px 0px 10px 30px;
}
p.readMoreLink {
	margin: -15px 0px 15px 0px;
}
p.readMoreLink a {
	font-size: 9pt;
}
.alignRight {
	text-align: right;
}
div.language {
	padding: 0px;
	font-size: 9pt;
	float: right;
	margin: 2px 0px 0px 0px;
	height: 20px;
}

div.language .error {
	border: 1px solid #f0e68c;
	color: #cd5c5c;
	background-color: #fffacd;
	padding: 1px;
	margin: 0px 3px 0px 0px;
}

div.language img {
	/*display: block;*/
	margin: 2px 0px -2px 0px;
}
/*
body {
	position: relative;
	margin: 0px;
	padding: 0px;
}
*/ /* Main place holders */
div.content {
	margin: 0px auto 0px auto;
	width: 500px;
	/*
	position: absolute;
	top: 90px;
	left: 230px;
	*/
}

div.sidebar { /*
	position: absolute;
	top: 90px;
	left: 0px;
	*/
	width: 180px;
	padding: 60px 0px 0px 0px;
	text-align: center;
}
div.sidebar img {
	margin-bottom: 5px;
}
div.logo { /*
	position: absolute;
	top: 10px;
	left: 0px;
	*/
	width: 180px;
	text-align: center;
}

div.menu { /*
	
	top: 30px;
	left: 230px;
	*/
	position: relative;
	width: 500px;
	margin: 20px 0px 0px 0px;
}

div.fileitem {
	padding: 10px 0px 10px 0px;
	clear: both;
}

div.fileitem img {
	vertical-align: middle;
	border: 0px;
	padding-right: 5px;
	float: left;
}
div.disclaimerWrapper {
	position: absolute;
	height: 800px;
	width: 800px;

	background-color: #000;
	/*background-color: #1b347d;*/
	text-align: left;
	/*display: none;*/
	top: 0px;
	left: 0px;
	
	opacity: .50;
	filter: alpha(opacity=50);
	
	z-index: 5;
}
div.disclaimer {
	border: 1px solid #555;
	background-color: #f0f0f0;
	color: #555;
	padding: 10px;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;
	height: 500px;
	overflow: scroll;
	text-align: left;
	z-index: 10;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;
}
div.disclaimer p {
	font-size: 8pt;
	margin: 0px 0px 10px 0px;
}
div.disclaimer h2 {
	margin: 0px;
	font-size: 12pt;
}
a{
	color:blue;
}
a img{
	margin-bottom:-3px;
}
.insiders td{
	font-size: 9pt;
}
.insiders td.rr{
	text-align: right;
	padding-right:10px;
}
.insiders th.rr{
	text-align: right;
}
