/*基础元素*/
body {
	font-size:12px;
	padding: 0;
	margin: 0;
	height: auto;
	color: #CCCCCC;
	font-family:Arial,'宋体','SongTi';
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
img {
	border:0;
}
h1, h2, h3, h4, h5, h6, form, div, p, i, img, ul, li, ol, table, tr, td, fieldset, label, legend {
	margin:0;
	padding:0;
}
a{font-size: 12px;color: #CCCCCC;text-decoration: underline; font-family:Arial,'宋体','SongTi';}
a:hover{font-size: 12px;color: #CCCCCC;text-decoration: none; font-family:Arial,'宋体','SongTi';}
input { font-size:12px;}
/*基础元素*/
/*道具*/
.wrap {height: auto;width: 984px;margin: 0 auto;}
.clearit{clear:both;height:0px;overflow:hidden;}
.WSpacer_01{float:left;width:12px;height:1px;font-size:0px;}
.HSpacer_01{float:inherit;width:1px;height:10px;font-size:0px;overflow:hidden;}
.HSpacer_02{float:inherit;width:1px;height:4px;font-size:0px;overflow:hidden;}

/*道具*/
/*框架*/
#cont {
	width: 652px;
	float: left;
}
#sidebar {
	width: 323px;
	float: right;
}
#content1 {
	width: 633px;
	float: left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #323232;
	background-color: #1F1F1F;
	padding: 10px 10px 2px 7px;
}

#foot {
	width: 640px;
	float: left;
	background-color: #1F1F1F;
	text-align:center;
	padding:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #323232;
	border-right-color: #000000;
	border-left-color: #323232;
}
#foot span{ color:#B4B4B4;}

/*框架*/
/*链接*/
a.text_blue:link,
a.text_blue:visited {color:#00DAFF;text-decoration: none;}
a.text_blue:hover {color:#CCC;text-decoration:  none;}

a.text_yellow:link,
a.text_yellow:visited {color:#FFF54F;text-decoration: none;}
a.text_yellow:hover {color:#CCC;text-decoration:  none;}

a.text_green:link,
a.text_green:visited {color:#B1D331;text-decoration: none;}
a.text_green:hover {color:#CCC;text-decoration:  none;}

a.text_orange:link,
a.text_orange:visited {color:#FF9900;text-decoration: none;}
a.text_orange:hover {color:#CCC;text-decoration:  none;}

a.text_cyan:link,
a.text_cyan:visited {color:#13ECFD;text-decoration: none;}
a.text_cyan:hover {color:#CCC;text-decoration:  none;}
/*链接*/
/*文字*/
.texta { color:#5F5F5F; font-size:11px;font-family:tahoma; line-height:18px;}
.texta a{
	color:#5F5F5F;
	font-size:11px;
	font-family:tahoma;
	text-decoration: none;
}
.texta a:hover{
	color: #CCCCCC;
	font-size:11px;
	font-family:tahoma;
	text-decoration: none;
}

.textb {color: #FFCC00; font-size:11px;font-family:tahoma; line-height:18px;}
/*文字*/
