﻿/* CSS Document */
body {
	font:"宋体",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fbb874;
	margin:0px;
	background-color: #000000;
}
body p{
color:#fbb874;
line-height:20px;
}
body a{
color:#fbb874;
line-height:20px;
text-decoration:none;
}
/*body h2{
font-size:14px;
color:#fd7d02;
line-height:0px;
}*/
/*=============================鼠标经过===========================*/
a:visited {
color:#fbb874;
text-decoration:none;
}
a:hover {
color: #FFFFFF;
text-decoration:none;
}
a:active {
color: #FFFFFF;
text-decoration:none;
}
/*=============================大标题===========================*/
#FontBiaotiA{
font-size:14px;
font-weight:bold;
color:#fd7d02;
}
#FontBiaotiA a{
color:#fd7d02;
text-decoration:none
}
#FontBiaotiA a:hover{
color: #FFFFFF;
text-decoration:none;
}
/*------------小标题--------------*/
#FontBiaotiB{
font-size:12px;
font-weight:bold;
color:#fd7d02;
line-height:20px;
}
#FontBiaotiB a{
color:#fd7d02;
text-decoration:none
}
#FontBiaotiB a:hover{
color: #FFFFFF;
text-decoration:none;
}
/*---------内容-----------*/
#FontNeirongA{
line-height:20px;
color:#fbb874;
}
#FontNeirongB{
line-height:20px;
color:#999999;
}
/*==========================添加pngfix样式解决IE6下PNG图片不透明问题，必须放在img里面===========================*/
.pngfix {
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "Indeximg/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true);
}
/*===========================DIV使用以下样式解决IE6下的问题=======
.pngbackground {
position:relative;
background:url(your.png);
_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your.png',sizingMethod='scale');
}
*/