@charset "GBK";
/*	CSS Document
	CSS reset
*/
   
  
fieldset,img {   
    border: 0;   
}   
address,caption,cite,code,dfn,em,strong,th,var {   
    font-weight: normal;   
    font-style: normal;   
}   
ol,ul {   
    list-style: none;   
}   
caption,th {   
    text-align: left;   
}   
h1,h2,h3,h4,h5,h6 {   
    font-weight: normal;
	font-size:100%;
}   
q:before,q:after {   
    content:'';   
}   
abbr,acronym { 
	border: 0;   
} 
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#BD0A01;
	text-decoration:underline;
}
input{
	line-height:normal;
	vertical-align:middle;
}
select{vertical-align:middle;}
img{
	border:0;
}

.f333{color:#333;}
.f666{color:#666;}
.f999{color:#999;}
.f00{color:#f00;}
.f169{color:#1A6C9E;}
.f0ad{color:#00A0D5;}
.f90{color:#FF9600;}
.bold{font-weight:bold;}
.normal{font-weight:normal;}
.underline{text-decoration:underline;}
.font14{font-size:14px;}
.font12{font-size:12px;}

.lk169 a{color:#1A6C9E;}
.lk169 a:hover{color:#BD0A01;}

.lk060 a{color:#0065D0;}
.lk060 a:hover{color:#BD0A01;}