@charset "utf-8";

body {
	background-color: #ffffff;

}

.menu {
	display: none;
}

table.logotable, table.submenutable { display:none; }

.printfooter { display:block;
}

table.maintable {
	border: none;

	margin: 0 0 0 0;
}

.left_body_spacer {
	width:25px;
}

table.maintable tr.footertable {
	display: none;
}

table.maintable tr.footertable td{
	display: none;

}

/* CSS Document */
table.content {
	/* border-right: 1px #333333 solid; */
	width:750px;
	height:400px;
}

table.content_wide{
	/* border-right: 1px #333333 solid; */
	width:850px;
	height:400px;
}

table.content_small{
	/* border-right: 1px #333333 solid; */
	width:650px;
	height:400px;
}

table.content p.headline, table.content_wide p.headline, table.content_small p.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0066ff;
}

table.content p.bodytext, table.content_wide p.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:80%;
	overflow:visible;
	line-height: 1.5em;
}

table.content DIV.bodytext, table.content_wide DIV.bodytext  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:80%;
	overflow:visible;
	line-height: 1.5em;
}

table.content_wide DIV.bodytext_sky,table.content_references DIV.bodytext_sky, table.content_references_sub DIV.bodytext_sky  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:80%;
	overflow:visible;
}



a.langlink {
display:none;
}

table.content ul.contentlist li, table.content_small ul.contentlist li {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
}

a.headlink {
	display:none;	
}