/*	Load up main style sheet	*/
@import 'tt_news.css';
@import 'main.css';
@import 'menu.css';
@import 'sitemap.css';

/*	Begin overrides	*/

/*	Disable background images for BODY	*/
BODY {
	background: none;
}
.cMainBody {
	background: none;
}

.cTL {
	display: none;
}
.cTC {
	display: none;
}
.cTR {
	display: none;
}
.cMainWrap {
	background: none;
}
.cMainMenu {
	display: none;
}
.cTeaserBar {
	display: none;
}
.cBorder,
.cBorderLeft {
	display: none;
}


.cBL,
.cBR {
	background: none;
	width: 0px;
}
.cBC {
	background: none;
	border-top-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
}
