/*---------- import ---------*/
@import url("/templets/style/header.css");
@import url("/templets/style/footer.css");
/*设置默认的边距*/
*{
	padding:0px;
	margin:0px;
}
/*设置网页的默认颜色*/
html{
	background:#FFF;
}
/*设置网页的默认字体*/
body{
	font:12px Verdana,Arial,Tahoma;
}
/*设置图像的默认边框*/
img{
	border:none;
}
/*设置超链接的默认属性*/
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#F33;
	text-decoration:underline;
}

/*设置列表的默认标志*/
ul{
	list-style:none;
}
/*设置表单内容的默认属性*/
input,select,button{
	font:12px Verdana,Arial,Tahoma;
	vertical-align:middle;
}
.clear{
clear:both;
}
.clearbox{
clear:both;
}
.fc-f104{text-indent:-8869px;}