a, body, caption, dd, div, dl, dt, em, embed, fieldset, footer, form, h1, h2, h3, h4, h5, h6, hr, html, i, iframe, img, ins, label, li, ol, p, q, section, small, span, strike, strong, table, tbody, td, tfoot, th, thead, tr, tt, u, ul
{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 13px; 
    text-align: left;
}
html{-webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

b, strong
{
    font-weight: bold;
}

img
{
    color: transparent;
    font-size: 0;
    vertical-align: middle; /*   For IE.   http://css-tricks.com/ie-fix-bicubic-scaling-for-images */
    -ms-interpolation-mode: bicubic;
}
img:hover
{
    cursor: pointer;
}
ol, ul
{
    list-style: none;
}

li
{
    display: list-item;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

th, td, caption
{
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

sub, sup, small
{
    font-size: 75%;
}

sub, sup
{
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub
{
    bottom: -0.25em;
}

sup
{
    top: -0.5em;
}

svg
{
    overflow: hidden;
}
em
{
    font-style: normal;
}
ins
{
    text-decoration: none;
}
a
{
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
a:hover
{
    color: #f57b15;
}
textarea
{
    resize: none;
    height:100px;
}
