@charset "UTF-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, blockquote{
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	line-height:1;
}

dl, dt, dd, ul, ol, li{
margin:0;
padding:0;
line-height:1;
}
/**/
table {
	border: none;
	empty-cells: show;
	border-collapse: collapse;
}

th,td {
	border: none;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

a img {
	border: none;
	color: #ffffff;
	background: transparent;
}

a:focus{
outline:none;
}

strong,em {
	font-weight: bold;
	font-style: normal;
}

sup {
	font-size:80%;
	vertical-align: super;
}

sub{
	font-size:80%;
	vertical-align: baseline;
}

hr{
	display:none;
	float:none;
	clear:both;
}