@import url(http://fonts.googleapis.com/css?family=News+Cycle);
@import url('superfish.css');
/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video
{
    display: block;
}
mark, rp, rt, ruby, summary, time
{
    display: inline;
}

/* Global properties ======================================================== */
html
{
    width: 100%;
    overflow: auto;
}

body
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
}

a
{
    color: #000;
    outline: none;
}
a:hover
{
    text-decoration: none;
}
td
{
    color: rgb(0, 0, 0);
    font-family: 'Segoe UI' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

