@charset "UTF-8";
/* -------------------- Resets --------------------- */
body {
    *font: x-small;
    *font-size: small;
    font: 14px "Trebuchet MS", Helvetica, Garuda, sans-serif;
    margin: 0;
    padding: 0;
}
div, h1, h2, h3, h4, h5, h6, p, form, fieldset, ol, ul, li, dl, dt, dd, em, strong {
    font-size: 14px;
    font-style: normal;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}

ul { 
list-style: none 
}
img {
    border: 0;
    vertical-align: bottom;
}
textarea { 
resize: vertical 
}
:focus { 
outline: none 
}

a { 
text-decoration:underline;
color:#20A0C9;
}
a:hover { 
text-decoration:underline;
color:#0a3d64;
text-shadow: #DEDEDE 1px 1px 0px;
}
a:visited { 
text-decoration:underline;
color:#20A0C9;
}


