/************************** GENERAL **************************/
html, body {
	background: none;
	background-color: #fffff;
	font: normal 100.01% Arial, Verdana, sans-serif, Helvetica;
	color: #000;
}

a {
	color: #000;
	text-decoration: none;
}
div#links {
	display: none;
}

div#m {
	overflow: visible;
}


/************************** HEADER **************************/
div#h {
	display: none;
}

div#ani {
	display: none;
}
/*** Subnavigation ***/
div#s_navi {
	display: none;
}

/************************* CONTENT **************************/
div#c {
	background: none;
	font-size: 0.8em;
	overflow: visible;
}

/************************** FOOTER **************************/
div#f {
	display: none;
}

div#subfooter {
	display: none;
}

/************************** TABLES **************************/

/*** CONTENT TABLE ***/
table.ct td {
	vertical-align: top;
	padding-right: 10px;
}