@charset "utf-8";
body, div, p, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form,input,textarea, fieldset,legend, pre, blockquote {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: normal;
	font-size: 100%;
}

p { 
	font-size: 12px;
	line-height: 150% ;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px 0 0 0;
}

caption, th {
	text-align: left;
}
ol, ul {
	list-style: none;
}
img, fieldset, abbr, acronym {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
}
q:before, q:after {
	content:'';
}
/*------------common postion*/
.relative{
	position:relative;
	}
  
.absolute{
  position:  absolute;
  
}

.lineheight16em{
	line-height: 1.6em;
}
.lineheight15{
	line-height:15px;
}
.lineheight18{
	line-height:18px;
	}
.lineheight20{
	line-height:20px;
}
.lineheight23{
	line-height: 23px;
}

.lineheight30{
	line-height: 30px;
}

/*------------common float*/
.floatL {
	float:left;
}

.floatR {
	float:right;
}
/*-----------common display*/
.block,.imgBlock img{
	display:block;
}
.inline,.imgInline img{
	display:inline;
	}
.none{
	display:none;
	}

  
/*----------- common hight ------------*/
.minH430{
  min-height: 430px;
  height: auto;
}

/*-----------common clear--------------*/
.clearIn {
	clear:both;
}
.clearOut {
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
.clearBox {
	height:100%;
	overflow:auto;
	font-size: 0px;
	line-height: 0px;
}
/*------------------common margin---------------*/
.mT-30 {
  margin-top: -30px;
}
.mT-20 {
  margin-top: -20px;
}
.mT-15{
  margin-top: -15px;
}
.mT-10{
  margin-top: -10px;
}
.mT3 {
	margin-top:3px;
}
.mT5 {
	margin-top:5px;
}
.mT6{
	margin-top: 6px;
}

.mT7 {
	margin-top:7px;
}
.mT8{
  margin-top:8px;
}
.mT10 {
	margin-top: 10px;
}
.mT12 {
	margin-top:12px;
}
.mT15 {
	margin-top:15px;
}
.mT19{
  margin-top: 19px;
}
.mT20 {
	margin-top:20px;
}
.mT25 {
	margin-top:25px;
}
.mT30 {
	margin-top:30px;
}
.mT35 {
	margin-top:35px;
}
.mT50 {
	margin-top:50px;
}

/*---margin-right---*/
.mR3 {
	margin-right:3px;
}
.mR5 {
	margin-right:5px;
}
.mR7 {
	margin-right:7px;
}
.mR10 {
	margin-right:10px;
}
.mR15 {
	margin-right:15px;
}
.mR20 {
	margin-right:20px;
}
.mR30 {
	margin-right:30px;
}
.mR35 {
	margin-right:35px;
}
.mR50 {
	margin-right:50px;
}
.mR220{
	margin-right:220px;
}
.mR235{
	margin-right:235px;
}
.mR325{
	margin-right:325px;
}
.mR360 {
	margin-right:360px;
}

/*---margin-bottom---*/
.mB3 {
	margin-bottom:3px;
}
.mB5 {
	margin-bottom:5px;
}
.mB7 {
	margin-bottom:7px;
}
.mB10 {
	margin-bottom:10px;
}
.mB12 {
	margin-bottom:12px;
}
.mB15 {
	margin-bottom:15px;
}
.mB20 {
	margin-bottom:20px;
}
.mB25 {
	margin-bottom:25px;
}
.mB30 {
	margin-bottom:30px;
}
.mB35{
	margin-bottom:35px;
	}
.mB50 {
	margin-bottom:50px;
}
/*---margin-left---*/
.mL-6{
  margin-left:-6px;
}
.mL3 {
	margin-left:3px;
}
.mL5 {
	margin-left:5px;
}
.mL7 {
	margin-left:7px;
}
.mL10 {
	margin-left:10px;
}
.mL15 {
	margin-left:15px;
}
.mL20 {
	margin-left:20px;
}
.mL25 {
	margin-left:25px;
}
.mL30 {
	margin-left:30px;
}
.mL35{
	margin-left:35px;
	}
.mL40{
	margin-left:40px;
}
.mL50{
	margin-left:50px;
}

.mL130{
  margin-left:130px;
}
.mL200{
	margin-left:450px;
}
.mL300{
	margin-left:300px;
}

.pl1{
	padding-left:1px;
}

.pL5{
	padding-left: 5px;
}
.pL10{
	padding-left: 10px;
}
.pL20{
	padding-left: 20px;
}
.pL30{
	padding-left: 30px;
}

.pL40{
	padding-left: 40px;
}

.pL60{
  padding-left: 60px;
}
.pL95{
  padding-left: 95px;
}
.pL250{
    padding-left: 250px;
}
.pL450{
	padding-left:450px;
}

.pR5{
	padding-right: 5px;
}

.pR10{
	padding-right:10px;
}

.pR20{
	padding-right: 20px;
}

.pR30{
	padding-right:30px;
}

.pR60{
	padding-right: 60px;
}
.pR150{
  padding-right: 150px;
}


.pT-5{
	padding-top: -5px;
}
.pT3{
  padding-top: 2px;
}
.pT5{
	padding-top: 5px;
}
.pT7{
	padding-top: 7px;
}
.pT10{
	padding-top: 10px;
}
.pT12{
	padding-top: 12px;
}
.pT15{
	padding-top: 15px;
}
.pT18{
  padding-top: 18px;
}
.pT19{
  padding-top: 19px;
}
.pT20{
	padding-top: 20px;
}
.pT25{
	padding-top: 25px;
}
.pT30{
  padding-top: 30px;
}
.pT54{
  padding-top: 54px;
}
.pT73{
  padding-top: 73px;
}
.pT90{
  padding-top: 90px;
}

.pB5{
	padding-bottom:5px;
}
.pB10{
	padding-bottom: 10px;
}
.pB20{
	padding-bottom: 20px;
}

.top-1{
  position-top:-2px;
}


/*---------------common align at style-------------*/
.alignCenter {
	text-align:center;
}
.alignLeft {
	text-align:left;
}
.alignRight {
	text-align:right;
}
.verTop,.imgTop img{
	vertical-align:top;
}
.verMiddle,.imgMiddle img{
	vertical-align:middle;
}

.alignCenter2{
	margin: 0 auto;
}

.alignCenterP{
	padding: 0 auto;
}

.marginC{
  margin-left: auto;
  margin-right:auto;
}
.marginR{
  margin-right:auto;
}
.marginL{
  margin-left:auto;
}

.rigtPosiP{
  padding-right:auto;
}

.leftPosiP{
  padding-left:atuo;
}

/*---------common border style--------*/
.noBorder  .last{
border:none;
}
/*----------common overflow*/
.hiddenScroll{
	overflow:hidden;
	}
	
/*----- text style -----*/
.fSize08{ font-size: 0.8em;}
.fSize90 { font-size: 0.95em;}
.fSize120{ font-size: 120%; }
.fsize1em{ font-size: 1em;}
.fsize18px{ font-size: 18px;}
.fsize15px{ font-size: 15px;}
.fsize14px{ font-size: 14px;}
.fsize13px{ font-size: 13px;}
.fsize12px{ font-size: 12px;}
.fsize10px{ font-size: 10px;}
.fsize10pt{ font-size:10pt;}

.fBold{ font-weight:bold; }
.fNoBold{ font-weight:normal;}

.txtRed { color: #993333; }
.txtBlue{ color: #003399; }
.txtGreen{ color: #690;}
.txtGray{ color: #666;}
.txtBlack{ color: #000;}
.txtWhite{ color: #fff; }
.txtLBlue{ color:#aaddff;}

/*---- Back Color -----*/
.bgc_blue{	background-color:#6CF; }
.bgc_red{ background-color:#F6C; }
.bgc_yellow{ background-color:#FC0; }
.bgc_green{ background-color:#6C9; }
.bgc_blueblack{ background-color: #25466F; }
.bgc_aqua{ background-color:#cef }

.BLine{ border-bottom: 1px solid #690}
/*-------------------------------end------------------------------*/
