/**
 * reset.css
 * http://code.edgarhoo.net/css/reset.css
 *
 * Copyleft 2010, Edgar Hoo
 * http://edgarhoo.org/license/
 *
 * Date: June 16 2010 CST
 */
html,body,
div,p,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,legend,input,textarea,select,
caption,th,td,
blockquote,pre{
    margin:0;
    padding:0;
}
html{
    background:#fff;
    color:#000;
}
body{
    font:12px/1.5 tahoma, arial, sans-serif;
    overflow-y:scroll;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
li{
    list-style:none;
}
img,fieldset{
    border:0 none;
}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
legend{
    color:#000;
}
section,nav,article,aside,hgroup,header,footer,figure,figcaption,
details,summary{
    display:block;
}
time,mark,ruby,rt,rp,wbr,
keygen,meter,command{
    display:inline;
}
a{
    text-decoration:none;
}