/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,.nav-search fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	/**vertical-align: baseline;**/
}
strong,em{margin: 0;	padding: 0;	border: 0;	font-size: 100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
}
body {
	line-height: 1;
}
ol, ul {	
	list-style: none;

}

h1, .h1,h2, .h2,  h3, .h3 ,h4, .h4,  h5, .h5{
	font-weight: normal;
}
blockquote, q {	
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	content: none;
}
table {	
	border-collapse: collapse;	
	border-spacing: 0;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

p{
	margin: 1em 0px;
}
a{color:gray;text-decoration: none;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color: transparent !important;background-image: none;-webkit-box-shadow:0 0 0px 1000px transparent inset !important;}
input:-webkit-autofill:hover,textarea:-webkit-autofill:hover,select:-webkit-autofill:hover{background-color: transparent !important;background-image: none;-webkit-box-shadow:0 0 0px 1000px transparent inset !important;}
input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus{background-color: transparent !important;background-image: none;-webkit-box-shadow:0 0 0px 1000px transparent inset !important;}