/* CSS Framework
	
	File name	: reset.css

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

html,body,img,table,div,span,p,a,th,td,tr,ul,li,ol,h1,h2,h3,h4,pre,form,label,input,blockquote,code,em,
small,strong,tbody,thead,tfoot{ 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ol,ul {
	list-style:none;
}
caption,th,table,td {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}

a,focus{
outline:none;
}