@charset "UTF-8";
/* CSS Document */

/*
    Element Reset (from Jeff Seals)
    ------------------------------------------------------------------------------------------------------*/ 
html,body,div,h1,h2,h3,h4,h5,h6,span,p,img,blockquote,label,cite,
a,kbd,object,fieldset,form,legend,dl,dt,dd,ol,ul,li,b,u,i,
pre,abbr,acronym,address,big,code,del,dfn,em,font,ins,q,s,samp,var,
caption,small,strike,strong,sub,sup,tt,applet                       { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; text-decoration:none; outline:0; }
    
body                                                                { line-height:1; }
ol,ul                                                               { list-style:none; }
blockquote,q                                                        { quotes:none; }
blockquote:before,blockquote:after,q:before,q:after                	{ content:''; content:none; }
:focus                                                              { outline:0; }