@charset "UTF-8";
/* CSS Document */

body {
	background-color: white!important;
	}

.hidePrint{display:none !important;}
#section #page .head .siteTitle, 
#page .head .siteTitle,
#page .head .sectionTitle h1,
#section .head h1 strong, 
#section .subTitle h2,
#section .leadtext p, 
#section .bodytext p, 
#section .bodytext p strong {
    color: black;
	}

#header, 
.foot, 
.pageTools, 
#index .sitemap,
#section #context {
	display: none;
	}

#page, 
#body, 
#header, 
#content, 
#footer {
	float: none;
	width: auto;
	margin: 0 2%;
	padding: 0;
	border: 0;
	}

#page.head, 
#page .body, 
#page .foot {
	margin-left:0;
	float:none;
	width:auto;
	}

#main, #context {
	float:none;
	width: 100%;
	margin: 0;
	padding: 0;
	}

#page .head, #section .body {
    border-bottom: 1px solid #ECECEC;
	}

 #section #footer {
    border-top: none!important;
	}

.box-context {
	border-right: none;	
	} 

/* table */
.legend {
	display: none; 
	}

table tr td span {
  line-height: 100%;
    overflow: visible;
    width: auto;
	height:auto;
	}