@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    color: #333;
	background:#fff;
}

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

s {
    text-decoration: none;
}

s, em {
    font-style: normal;
}

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
}

body a {
    outline: none;
    _blr: expression(this.onFocus=this.blur());
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    display: block;
    line-height: 0;
    font-size: 0;
    height: 0;
    width: 0;
    clear: both;
    overflow: hidden;
}
.clearfix:after{
	content:'';
	display:block;
	clear:both;
	height:0;
}

