/*RESET
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
a img, iframe {
	border: none;
}
ol, ul {
	list-style: none;
}
input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
	vertical-align:middle
}
select {
	margin: inherit;
}
ol {
	margin-left:2em;
}
/*CLEARFIX
-------------------------------------------------------------- */
.clearfix:after { /*/*/
	content: "."; /* IE8 hack */
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.fr {
	float:right
}
.fl {
	float:left
}
/*FONT / COLOR
-------------------------------------------------------------- */
body {
	font-size: 12px ;
}
a {
	color:#000000;
	text-decoration:none;
}
.fnt-user{
	color: #C5E1F9;
}
.fnt-user-bold{
	color: #C5E1F9;
	font-weight: bold;
}
.fnt-copyright{
	color: #fff;
}
.fnt-title{
	color: #156DBB;
	font-size: 12px;
	font-weight: bold;
}
.bd{
	border: 1px solid #B5B8C8;
}

.fnt-red{ color:#F00;}
.fnt-blue{ color:#00F}
.fnt-green{ color:#0F0;}
.fnt-yellow{ color:#FF0;}
.fnt-black{ color:#000; font-size: 12px;}
.fnt-black-14{ color:#000; font-size: 14px;}

/*a标签去掉虚线边框*/ 
a{ 
  blr:expression(this.onFocus=this.close()); /* 只支持IE，过多使用效率低 */ 　
  blr:expression(this.onFocus=this.blur());   /*    IE Opera    */
  outline:none;   /*    FF Opera    */}
a:focus{ 
  -moz-outline-style: none;   /*    FF    */
  outline:none;
  -moz-outline:none;
}
a{text-decoration:none}
a img{border:none;}
ul,li{ margin:0px; padding:0px; list-style-type:none;}
img,input,select{ vertical-align:middle;}
