
/* ---------------------------------------------------------------------------------------------------- */

html,
body,
p, address,
h1, h2, h3, h4, h5, h6,
form, fieldset,
table, th, td,
ul, ol, li,
dl, dt, dd {
	margin: 0;
	padding: 0;
}


img {
	border: none;
	vertical-align: bottom;
}

li {
	list-style: none;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

em {
	font-style: normal;
}

address {
	font-weight: normal;
	font-style: normal;
}


table, th, td {
	border-collapse: collapse;
}

th, td {
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

hr {
	display: none;
}





/* ---------------------------------------------------------------------------------------------------- */
/* Font-size */

body {
	font-size: small;
}

html>/**/body {
	font-size: 13px;
}



h1 {
	font-size: 123.1%;
}
h2 {
	font-size: 108%;
}
h3 {
	font-size: 108%;
}
h4 {
	font-size: 93%;
}
h5 {
	font-size: 85%;
}
h6 {
	font-size: 85%;
}





