

/* General Styles ---------------------------------------- */


html, * {
	font-family:Helvetica, Arial, sans-serif;
	background-color: #fff; 
	
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #fff; 
	margin:0;
	width:17.2cm; /* You have to repeat it on every content element */
	font-size:10pt;
}
/* set everything to hidden */
/* hide teaser and navigation columns */
#conSubMainSponsorsTop, .clLevel0, .clLevel0over, td.first, div#cntConColsLeft, #cntConColsRight, #fooConSub{
	display: none;
	visibility: hidden;
}
/* display content */
td.mainbg {
	visibility:visible;
	margin:0;
	padding:0;
	width:17.2cm;
}

/* style content links */
a:link, a:visited, a:hover, a:active  {
	color: #000; 
	text-decoration: underline;
}
.mainConSub, .conMainNav, .clLevel0border{
	background-color:#fff;
}

#cntCon3ColsContent {
	padding:0;
}
#conMainNav table{
	
}
