/*========================================================

Collection of CSS 'tools' to clear browser defaults, attempt to achieve 
similar text rendering across different browsers.

=========================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
/*  text-align: left;*/
}

a,a:visited { text-decoration:none}
a img,:link img,:visited img { border:none}

body {
	font-family:Georgia, Times, serif;
	font-size: 62.5%;
}

pre, code { font-family: monospace; font-size: 1.6em;}
p code, h3 code { font-size: 1.0em; font-family: Monaco,"Courier New", Tahoma;}
p code { font-size: 1.1em;}

ol,ul { list-style: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:active, a:focus { 
	outline-style: none; -moz-outline-style:none;
}

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix { display:inline-block;}
/* Hide from IE Mac \*/
.clearfix { display:block;}
/* End hide from IE Mac */
