/*  =============================================================
    # Typography v1.1
============================================================== */

/*  -------------------------------------------------------------
    1. Defaults fonts
-------------------------------------------------------------- */
body, p, ul, ol, dl, td, th, h1, h2, h3, h4, h5, h6, caption, input, label, fieldset, textarea, select, sup{
    font-family: Verdana, Geneva, Helvetica, sans-serif; font-weight: normal;
}
/*  -------------------------------------------------------------
/*  2. Text elements
-------------------------------------------------------------- */
p, li, td, th{
    font-size: 11px; line-height: 18px;
}
.ref{
    font-size: 11px; line-height: 18px;
}
a, a:visited{
    text-decoration: none;
}
a:hover, a:active{
    text-decoration: underline;
}
.star{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.font13{
    font-size: 13px;
}
small{
    font-size: 10px;
    line-height: 14px;
}
/*  -------------------------------------------------------------
/*  3. Headings
-------------------------------------------------------------- */
h1{
    font-size: 14px; line-height: 14px;
}


h3{
    font-size: 13px; line-height: 18px;
}

