@charset "utf-8";
body{
	margin:0px;
}
.h1{font-size:12px;}
.h2{font-size:13px;}
.h3{font-size:14px;}
.h4{font-size:15px;}
.h5{font-size:16px;}
.font_blue{color:#0033FF;font-weight: bold;}
.font_black{color:#333333;}
.font_write{color:#FFFFFF;}
.font_red{color:#dd0000;font-weight:bold;}
.overstriking{font-weight: bold;}
.float_left{float:left;}
.clear_left{clear:left;}
ul,li{
	list-style-type: none;
	margin:0px;
}
.border{border: 1px solid #db938d;}