﻿@charset "utf-8";

/** @font-face {font-family: "webfont";
  src: url('webfont.eot'); 
  src: url('webfont.eot?#iefix') format('embedded-opentype'), 
  url('webfont.woff') format('woff'), 
  url('webfont.ttf') format('truetype'), 
  url('webfont.svg#webfont') format('svg'); 
}


.web-font {
    font-family:"webfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
**/
body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

body, div, p, ul, li, img, a, h1, h2, h3, h4,h5,h6, form, input, select, lable, table, tr, td, dl, dt, dd, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    border: none;
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
}

.clear {
    clear: both;
    line-height: 10px;
    height: 0;
    overflow: hidden;
}
.blank20 {
	clear: both;
    line-height:20px;
    height:20px;
    overflow: hidden;
}

.blank100 {
    clear: both;
    line-height: 100px;
    height: 100px;
    overflow: hidden;
}
.blank50 {
    clear: both;
    line-height: 50px;
    height:50px;
    overflow: hidden;
}
.blank40 {
    clear: both;
    line-height:40px;
    height:40px;
    overflow: hidden;
}

.blank60 {
    clear: both;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}


.red {
    color: #fe444c;
}

.cheng {
    color: #ff6600;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear {
    clear: both;
}