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

/* Reset ------------------------------------------------------------------ */

a:link,a:visited{
	text-decoration:none;
	outline:none;
	color: #ffffff;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td,img{
	margin:0;
	padding:0;
}

/*h2,h3,h4,h5,h6{
	font-size:0;
	font-style:normal;
	font-weight:normal;
}*/

table{
	border-spacing:0;
	border:0;
}

fieldset,img,abbr,acronym{
	border:0;
}

/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var{
	/* font-style:normal; */
	/* font-weight:normal; */
}

img{
	vertical-align:bottom;
}

ul li{
	list-style:none;
}

caption,th{
	text-align:left;
}

strong {
	font-weight:normal;
}

/*q:before,q:after{
	content:'';
}*/

hr{
	border:0;
	height:1px;
	background-color:#000;
	color:#000;
}

a img,:link img,:visited img{
	border:none;
}

address{
	font-style:normal;
}

.clear {
	clear:both;
}
