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

BODY {
	font-family: "Trebuchet MS";
	font-size: 12px;
	background: #FFFFFF;
}

#banner {
	width: 800px;
	height: 136px;
	float: left;
}

#content {
	width: 798px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	float: left;
}

#footer {
	background-image: url(images/footer.gif);
	width: 800px;
	height: 53px;
	float: left;
}

A {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	text-decoration: underline;
	font-weight: bold;
}

#container {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	position: relative;
	width: 800px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.title {
	padding: 5px;
	font-size: 10px;
}

.table {
	border: 1px solid #E9E9E9;
	padding: 3px 3px 3px 2px;
}

TH {
	background: #000000;
	color: #36393D;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

TD, .td1 {
	background: #F5F5F5;
	color: #36393D;
	text-align: left;
	padding: 5px;
}

.td2 {
	background: #FAFAFA;
}

.tdfolder {
	background: #F5F4EF url(./templates/background.jpg) no-repeat top left;
	height: 21px;
	line-height: 21px;
	padding: 0px;
	padding-left: 23px;
	padding-right: -23px;
}

#header {
	font-size: 24px;
	padding: 10px;
}

.TB {
	color: #FF0000;
	font-weight: bolder;
}

.GB {
	color: #FF0000;
	font-weight: bolder;
}

.MB {
	color: #FF0000;
	font-weight: bold;
}

.KB {
	color: #000000;
	font-weight: normal;
}

.Bytes {
}

