﻿/*清除文档类型声明中的默认属性*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;} 
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/*字体定义*/
body,p,td,input,select,textarea {
	font-family: 新宋体 宋体 MingLiU arial;
	font-size: 12px;
}
table {font-size:inherit;font:100%;} 

/*背景设定*/
body {background-image: url(Page_bg.gif);background-repeat: repeat;}


/*重新定义*/
h1 {font-size:14px;font-weight:bold;}
h2 {font-size:14px;font-weight:normal;}
h3 {font-size:12px;font-weight:bold;}
h4 {font-size:12px;font-weight:normal;}
h5 {font-size:16px;font-weight:bold;color:blue;}


/*通用定义*/
.clear {clear:both;} 
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.bold {font-weight:bold;}
.f14  {font-size:14px;} 
.h20  { line-height:20px;}
.error {color:red;}

/*颜色预定义 可以随时增加*/
.black {color:#000;}
.white {color:#fff;}
.red {color:#e10007;}
.grey {color:#454545;}
.orange {color:#ff7200;}
.blue {color:#3a8ecf;}
.navy {color:#183b7d;}
	
 
/*链接设定*/
a {text-decoration:none; cursor:pointer;} 
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline; COLOR: #666666;}
a:active {text-decoration: none;}

  /* general link style*/
  a.Agrey,a.Agrey:hover,a.Agrey_l,a.Agrey_l:hover,.font_grey{
  color: #454545;
  }

  a.Ablue,a.Ablue:hover,a.Ablue_l,a.Ablue_l:hover,.font_blue{
  color: #3a8ecf;
  }

  a.Anavy,a.Anavy:hover,a.Anavy_l,a.Anavy_l:hover,.font_navy{
  color: #183b7d;
  }

  a.Ablack,a.Ablack:hover,a.Ablack_l,a.Ablack_l:hover,.font_black{
  color: #000;
  }

  a.Awhite,a.Awhite:hover,a.Awhite_l,a.Awhite_l:hover,.font_white{
  color: #fff;
  }

  a.Ared,a.Ared:hover,a.Ared_l,a.Ared_l:hover,.font_red{
  color: #e10007;
  }

  a.Aorange,a.Aorange:hover,a.Aorange_l,a.Aorange_l:hover,.font_orange{
  color: #ff7200;
  }

