/* reset.css
   this is the reset css file used by yahoo!s user interface (YUI) and can be found here:
   http://developer.yahoo.com/yui/reset/
   a more involved (evolved?) common one is eric meyer's, which can be found here:
   http://meyerweb.com/eric/tools/css/reset/
*/

/* 110118 cc - don't reset list styles (per marketing request) */
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote {margin:0;padding:0;} */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote {margin:0;padding:0;}
/* 110118 cc - reversing per request */
/*ol,ul,li {list-style:none;}*/

fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}

caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}