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

#table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#table td {
	border: 1px solid #525252;
	text-align: left;
	padding-left: 10px;
	color: #CCCCCC;
}
.tdleft {
	height: auto;
	width: 200px;
	background-color: #1E1E1E;
	border: 1px solid #F7F2CA;
}
.right {
	background-color: #2b2b2b;
}
#sheet {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 650px;
	display: block;
}
.intdleft {
	background-color: #2D2D2D;
}
.intdright {
	background-color: #3d3d3d;
	border: 1px solid #F2EBA8;
}


.center {
	text-align: center;
}
