html, body
{
	font-size: 14px;
	margin: 35px 0 0 0;
    background: #fff;
	min-width: 1300px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
table
{
	border-collapse: collapse;
}
ul,li
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clear
{
    clear: both;
}
p {
	margin: 0;
}
a
{
	text-decoration:none;
	color: inherit;
}
