﻿body {font-family: Arial; }
body a {
    outline: none ;  color: #303030;  text-decoration: none;
}

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;
}

.clear {
    clear: both;
    line-height: 10px;
    height: 0;
    overflow: hidden;
}
.blank10 {
	clear: both;
    line-height:10px;
    height:10px;
    overflow: hidden;
}
.blank20 {
	clear: both;
    line-height:20px;
    height:20px;
    overflow: hidden;
}
.blank30 {
	clear: both;
    line-height:30px;
    height:30px;
    overflow: hidden;
}
.blank100 {
    clear: both;
    line-height: 100px;
    height: 100px;
    overflow: hidden;
}
.blank50 {
    clear: both;
    line-height: 50px;
    height:50px;
    overflow: hidden;
}
.blank60 {
    clear: both;
    line-height: 60px;
    height:60px;
    overflow: hidden;
}
.blank40 {
    clear: both;
    line-height:40px;
    height:40px;
    overflow: hidden;
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear {
    clear: both;
}