h1, h2, h3, h4, p,
ul, ol, li,
dl, dt, dd,
table, tr, td, body,
form{
	padding:0px;
	margin:0px;
	border:0px;
	}
	
p{
	line-height:1.5em;
	}
	

body{
	font-size:smaller;
	font-size:13px;
	}



img{
	border:none;
	}
	
ul,ol,li{
	list-style-type:none;
	}

table{
	border-collapse:collapse;
	}

.left{
	text-align:left;
	}
	
.right{
	text-align:right;
	}

.center{
	text-align:center;
	}

.f_left{
	float:left;
	}

.f_right{
	float:right;
	}

.bold{
	font-weight:bold;
	}
.v_top{
	vertical-align:top;
}

.v_bottom{
	vertical-align:bottom;
}

.v_middle{
	vertical-align:middle;
}
/* ************************** */
/*          font size         */
/* ************************** */

.px_08{
	font-size:8px;	
	}

.px_09{
	font-size:9px;	
	}

.px_10{
	font-size:10px;	
	}

.px_11{
	font-size:11px;	
	}
	
.px_12{
	font-size:12px;	
	}

.px_13{
	font-size:13px;	
	}

.px_14{
	font-size:14px;	
	}
	
.px_15{
	font-size:15px;	
	}
	
.px_16{
	font-size:16px;	
	}

.px_17{
	font-size:17px;	
	}
	
.px_18{
	font-size:18px;	
	}

.px_19{
	font-size:19px;	
	}

.px_20{
	font-size:14px;	
	}
.wbk{
	word-break:break-all;
}