@charset "utf-8";
/* CSS Document */

body {
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	margin: 0px;
}

body img{
	border: 0px;
}


a {
	color:#333333;
	text-decoration:underline;
}

a:hover{
	color:#F60;
	text-decoration: none;
}


/* 容器定义 */
#container {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* 头部定义 */
#head {
	
}

#menu {
	font-size: 14px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	height: 30px;
	clear: both;
	padding-left: 20px;
	padding-top: 6px;
	font-weight: bold;
}

#menu a {
	color:#000000;
	text-decoration:none;
}

#menu a:hover{
	color:#F60;
}

/* 中间定义 */
#content {
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	padding: 20px;
	font-size: 12px;
	line-height: 20px;
}

#content p{
	padding:0px;
	margin: 0px;
}

#content h1{
	padding:0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

#content h2{
	padding:0px;
	margin: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

#content h3{
	padding:0px;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

.tabel{
	border: 1px solid #CCCCCC;
}

.tabeltd{
	background-color: #E1E1E1;
	height: 28px;
	padding-left: 20px;
}

.tabeltd2{
	background-color: #EFEFEF;
	padding-left: 20px;
}

/* 底部定义 */
#bottom {
	font-size: 12px;
	color: #666666;
	margin-bottom: 30px;
}

#bottom a {
	color:#666666;
	text-decoration:none;
}

#bottom a:hover{
	color:#F60;
}

#bottomright {
	float: right;
}

#bottomright img {
	position:relative;
	top:4px;
	padding-right: 6px;
	padding-left: 6px;
}


