/* CSS Document */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,label { 
	margin:0px;
	padding:0px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	border-padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var,h1,h2,h3,h4,h5,h6{
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}
ul,ol,li {
	padding:0px;
	margin:0px;
}

hr {height: 1px;}

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

a:focus {outline:none}