@charset "utf-8";

body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
          background-color:#000000;
}
* {
    padding:0;
	margin:0;
}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#Left {
    width:270px;
	margin:0 auto;
	text-indent:24px;
	margin-top:5px;
	margin-left:10px;
	float:left;
	margin-top:20px;
	border:1px solid #000000;
	padding:5px;
	height:530px;
	line-height:20px;
	background-color:#FFCCFF;
}
#Left h1 {
    font-size:18px;
}
#Left h2 {
    font-size:14px;
	margin-bottom:10px;
}
#Left input {
    border:1px solid #333333;
	background-color:#CCCCCC;
	margin-bottom:5px;
}
#Content {
    width:580px;
	margin-top:10px;
	float:left;
	margin-top:20px;
	border:1px solid #000000;
	border-left:none;
	padding:5px;
	height:530px;
}
#Bottom {
    width:900px;
	line-height:20px;
	text-align:center;
	margin-top:10px;
}