﻿/***CSS RESET***/
body,dl,dt,dd,ul,ol,li,h2,h3,h4,h5,h6,pre,form,fieldset,blockquote{
	padding: 0;
	margin: 0;
	}

fieldset,img {
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
.clear{clear:both;}
	