@charset "utf-8";

/* reset
-----------------------------------------------------------------*/
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,pre,code,blockquote,hr,th,span,#searchTxt,#searchBtn{
	margin:0;
	padding:0;
}

button,fieldset,form,input,label,legend,select,textarea{ 
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6,p,ul li,dl dt,dl dd,address{
	font-style:normal;
	font-weight:normal;
}

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

table{
	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; */
}

ol li,ul li{
	list-style:none;
}

caption,th{
	text-align:left;
}

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

p{
	text-align:justify;
	text-justify:inter-ideograph;
}

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

img{
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
}

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