﻿/*--以下是所有页面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,table,caption,thead,tbady,td,tr,th,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;

}
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(/images/common/externalLink.gif) no-repeat right top;
    padding-right: 12px;
}

a.newWindowLink
{
    background: url(/images/common/newwindowlink.gif) no-repeat right top;
    padding-right: 12px;
}
