
/* Generale */

body {
	margin: auto;
	background-color: transparent;
	background-image: none;
}

/* Container */

table.container {
	width: auto;
}

/* Header */

table.container td.header {
	display: none;
}

/* Body */

table.container td.body {
	padding: 0px;
	background-image: none;
}

/* Main */

table.container td.body table.main {
	width: auto;
	background-image: none;
}

/* Menu */

table.container td.body table.main td.menu {
	display: none;
}

/* Content */

table.container td.body table.main td.content {
	padding: 0px;
}

table.container td.body table.main td.content h1 {
	padding-left: 0px;
	background-image: none;
}

/* List (TABLE) */

table.container td.body table.main td.content table.list thead tr td {
	color: #000000;
	background-color: transparent;
	background-image: none;
}

table.container td.body table.main td.content table.list thead tr td a {
	color: #000000;
}

table.container td.body table.main td.content table.list thead tr td div.asc {
	display: none;
}

table.container td.body table.main td.content table.list thead tr td div.desc {
	display: none;
}

/* Thumbnails */

table.container td.body table.main td.content table.thumbnails td.thumbnail {
	width: auto;
	height: auto;
	padding: 0px;
	background-image: none;
}

/* Links */

table.container td.body table.main td.content ul.links {
	list-style-type: square;
	margin: auto;
	padding: 20px;
}

table.container td.body table.main td.content ul.links li {
	padding-left: 0px;
	background-image: none;
}

/* Footer */

table.container td.footer {
	display: none;
}
