/*Clear browser inherited properties*/
/*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,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{ border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline; margin:0; padding:0; }
:focus{outline:0;}
body{ line-height:1; color:#000; background:#FFF; }
ol,ul{ list-style-image: none; list-style-type: none; display: inline; }
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:400;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}		*/


/* base styles specifting sitewide interpretation of tags */
/* this 'RESET' all the styles so we are on an equal footing across browsers */

html { font-family:arial sans-serif}
body,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,dl,dt,dd,ol,ul,li
{ 
	padding:0;
	margin:0;
	font-weight:normal;
	font-size:100%;
	
}

table 
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img,abbr,acronym
{ 
	border:0;
}

legend
{
	color:#000;
}

address,caption,cite,code,dfn,strong,th,var 
{
	font-style:normal;
	font-weight:normal;
}

caption,th 
{
	text-align:left;
}


a img, :link img, :visited img 
{
	border: 0;
}

* html hr { border:0;height:0;} /*IE6 specific*/
hr
{
	border:0;
	border-bottom: 1px solid #ccc;
	color:#ccc;
	
}

ol,ul
{ 
	list-style-image: none; 
	list-style-type: none; 
	/*display: inline; */
}

/* end of RESET */




