@charset "utf-8";
body {
	font-family:erdana, Geneva, sans-serif;
	font-size:11px;
	margin-top:50px;
	color:#333333;
	overflow-x:auto;
	overflow-y:scroll;
	letter-spacing:1px;
}
p {margin:0}
a img {	border: none;}
table{padding:0px;}
.container {
	width: 1000px;
	margin: 0 auto;	
}
.sidebar1 {
	float: left;
	width: 200px;
	background:#fff;
}
.sidebar1 a:link {
	text-decoration:underline;
	color:#333333;
	}
.sidebar1 a:visited {
	text-decoration: none;
	color: #333333;
	}
.sidebar1 a:hover {
	text-decoration:none;
	color: #333333;
	}
.sidebar1 a:active {
	text-decoration: none;
	color: #333333;
	}
.table-index td{width:100px;
	padding:0 5px 5px 0;
	vertical-align:top;	
	}
.content {
	width: 800px;
	float: left;
	background:#fff;
	}/*
h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #3399CC;
	margin:0;
		}
h2 {font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
	font-weight: bold;
	color: #3399CC;
	margin:0;
	}*/
a:link {
	text-decoration: none;
	color: #333333;
	}
a:visited {
	text-decoration: none;
	color: #333333;
	}
a:hover {
	text-decoration: underline;
	color: #333333;
	}
a:active {
	text-decoration: none;
	color: #333333;
	}
