/*~	font reset module	
	Based off the YUI font reset stylesheet (http://developer.yahoo.com/yui/fonts/).
	However decided to go with using absolute sized fonts intead of the initial 13px they use. 
	This makes it easier to	calculate em widths, 1em = 10px.
	also only added line-height to block level elements which would be used purely for text and 
	not alignment to fix some inheritence issues.
*/
body { font : x-small arial, helvetica, clean, sans-serif ; _font : xx-small ; }
table { font-size : inherit ; font : 100% ; }
select, input, textarea { font : 99% arial, helvetica, clean, sans-serif ; }
pre, code { font : 115% monospace ; _font-size : 100% ; }
h1,h2,h3,h4,h5,h6,
dt,dd,li,pre,p,blockquote,
address,caption,cite,code,dfn,var { line-height : 1.22em ; }
