/* Start of CMSMS style sheet 'reset' */
*, html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, small, strong, b, u, i, center, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: top;
}

ol, ul
{
    list-style: none;
}

:focus 
{
    outline: 0;
}

table 
{
    border-collapse: collapse;
    border-spacing: 0;
}

a
{
    text-decoration: none;
}

/* Prevent page from shifting */
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }
/* End of 'reset' */

