﻿@charset "utf-8";



HTML {
	_overflow:hidden
}
BODY {
	position:relative;
	overflow-x:hidden;
	_height:100%;
	_overflow-y:auto
}
ul{padding-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	    list-style-type: none;
    list-style-image: none;}
li{
    line-height: 20px;
}
.clearBoth {
    line-height: 0;
    width: 100%;
    height: 0;
    clear: both;
    font-size: 0;
    overflow: hidden;
}