@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 100% Arial, sans-serif;
	color: #000000;
}

#logo { display: none; }

li#dtn_info {display: none;}

/* END SIDEBAR ************************/

#content {
	margin: 0;
	padding: 0;
	background: none;
}

.date {
	font-weight: normal;
	font-style: italic;
}

.hidden { display: none !important; }

.right {
	float: right;
}

.left {
	float: left;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.error {
	color: #FF0000;
}