/* Zero out styles */

/* Begin building new styles */
* , html {
	font-size:100.1%;
	font-weight:normal;
}/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
body {font:13px Tahoma,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/* remove link underlines */
a:link,a:visited { text-decoration:none;font-weight:inherit; }
/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {font:100% monospace;*font-size:85%;}
/** 
 Remove list styles so they can be reset in the main.css file
*/
 ul,ol { list-style:none; }

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */

body * {line-height:1.22em;}

 /* remove padding and margin from elements  -  browsers render them differently */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,
blockquote,fieldset,input, table
{ margin:0; padding:0 }
