@import url("layout3c.css");

* {
	float: none;
	width: auto;
}

body, p, div, ul, ol, td, th {
	font-family: "Times New Roman CE", "Times New Roman", Times, serif;
	font-size: 12pt;
	color: Black;
}

#container, #pageContent {
	padding: 0;
	margin: 0;
	background-color: white;
	width: auto;
}

#localMenuAndTools, #sidebarRight, #footer, #console {
	display: none;
}

#header, #headerMainMenu, #pathMenu, #pageTools {
	display: none;	
}

#console, table.forumNodesTree {
	display: none !important;	
}

h1, h2 {
	color: black;
}

