/* ----------------------------------------------------------------------------
Author:		Jeramy Hing :: www.extremehing.org
Description:	Resets default styling of common browsers to a common base
---------------------------------------------------------------------------- */
/* RESET BROWSERS */
html,body,div,span,applet,object,iframe,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
p,blockquote,a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center {
	margin:0;
	padding:0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}
table {
	border-collapse:
	collapse;
	border-spacing:0;
	}
img,a img,:link img,:visited img,fieldset,abbr,acronym {
	border:none;
	}
address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal;
	font-weight:normal;
	}
ol,ul,li {
	list-style:none;
	}
caption,th,td {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6,pre,code {
	font-size:100%;
	font-weight:normal;
	clear: both;
	}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
.clear {
	clear: left;
	margin:0px;
	}

/* RESET FONTS */
body {
	font: 13px arial,helvetica,clean,sans-serif;
	font-size:small;
	color: #5A5959;
	}
table {
	font-size:inherit;
	}
select,input,textarea {
	/* font:99% arial,helvetica,clean,sans-serif; */
	}
h1 {
	font-weight: bold;
	color: #5A5959;
	}