
/* Reset */

div,form
{
    margin:0;
    padding:0;
}
table
{
    border-collapse:collapse;
}


/***

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
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;}

***/

/* Fonts Base */

html
{
    font-size:77%;
    /*
    font-size:100.01%;
    */
}

body
{
    font-family: "Lucida Sans Unicode", Arial, sans-serif;
    /* font-size: 1em;
   
    line-height: 1.4em;
    */
    margin:0;
    padding:0;
}

/*

Font Sizes:

0.91em
            10px

1em
            11px

1.1em
            12px

1.27em
            14px

1.45em
            16px

1.64em
            18px

*/

/*
body * {line-height:1.22em;}
*/

/*
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
*/

table
{
    font-size:inherit;
/*
    font:100%;
*/
}


select, input, textarea
{
    font-size:inherit;
    /*
    font-family:inherit;
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
    */
}

textarea
{
    /* XXX: inherit doesnt seem to work in IE6 */
    font-family: "Lucida Sans Unicode", Arial, sans-serif;
}
