﻿/*--以下是所有页面CSS通用的样式，每个页面都须载入---*/
body 
{
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:宋体;
	font-size:12px;
}
body,html
{
	height:100%;
	}
img
{
	 display:block;
	}
h1,h2,h3,h4,h5,h6,p,div,em,caption,strong,span,dt,embed,a,img,dd,dl,ul,li,ol,fieldset,label,legend,form { 
  border: 0;
  margin: 0;
  padding: 0;
  font-weight:normal;
  line-height:100%;
  border-collapse:collapse;

}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td,th
{
	padding:3px;
}
ul,ol,input
{
	list-style:none;
	margin:0;
	padding:0;
	}
input[type="text"]:focus,input[type="password"]:focus
{
	/*--background-color: #ffffcc;--*/
}

/*--以上是所有页面CSS通用的样式，每个页面都须载入---*/
.p_hide{ width:100%;clear:both; height:0;line-height:0;}

a.externalLink
{
    background: url(/cnforex/images/common/externallink.gif) no-repeat right top;
    padding-right: 12px;
}

a.newWindowLink
{
    background: url(/cnforex/images/common/newwindowlink.gif) no-repeat right top;
    padding-right: 12px;
}
/*--导航条广告--*/
a.nav_advertisement
{
    position: absolute;
    width: 380px;
    height: 30px;
    left: 167px;
}
a.nav_advertisement img
{
    width: 380px;
    height: 30px;
}