/*--------------------------------------*/
	/*     global elements
/*--------------------------------------*/
body {
}
#bodyContent {
	width: 100%;
}
#mainContent {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}
span.newsLink {
	/* nothing special for the moment */
}
.contractingStage {
	/* nothing special for the moment */
}

tr.descriptionTop td {
	border: 1px solid black;
}
.infoBox {
	display: none;
}
.infoBoxInside {
	display: none;
}
.titleContent
{
	font-size: 16px;
	font-weight: bold;
}

/*--------------------------------------*/
	/*     header elements
/*--------------------------------------*/
#header {
	display:none;
}
#headerImgLeft {
	display: none;
}
#headerImgRight {
	display: none;
}
.menuItem {
	display: none;
}
#title {
	display: none;
}
/*------------- SUB menu specific changes -----------------*/
#headerSub {
	display: none;
}

/*--------------------------------------*/
	/*     footer elements
/*--------------------------------------*/
#footer {
	display: none;
}