.mt5p {
    margin-top: 5px;
}

.ml5p {
    margin-left: 5px;
}

.mr5p {
    margin-right: 5px;
}

.mb5p {
    margin-bottom: 5px;
}

.mt10p {
    margin-top: 10px;
}

.ml10p {
    margin-left: 10px;
}

.mr10p {
    margin-right: 10px;
}

.mb10p {
    margin-bottom: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto
}

.vscape {
    clear: both;
    overflow: hidden;
    zoom: 1;
    height: 0;
    font-size: 0;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.pr {
    position: relative;
}

.p5p {
    padding: 5px;
}

.p10p {
    padding: 10px;
}

.p5p10p {
    padding: 5px 10px;
}

.dsn{
	display:none;
}

.sep0 {
    height: 0px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep20 {
    height: 20px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep25 {
    height: 25px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep30 {
    height: 30px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep35 {
    height: 35px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.sep40 {
    height: 40px;
    width: 100%;
    font-size: 0;
    clear: both;
}

.dpn {
    display: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}

.clearfix {
    zoom: 1
}