html{
	font-size: 100%;
}

body{
	font-family: sans-serif;
	font-size: 75%; /* sets size to 10px */
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,dl,ul,li,hr,form{
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input, select, textarea{
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

table
{
	border-collapse: collapse;
}

img
{
	border: 0;
}

p{
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

em{
	font-style: normal;
}

strong{
	font-weight: bold;
}







/*CLEAR FIX */
.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix
{
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}
.clearfix
{
    display: block;
}
/* End hide from IE-mac */
