﻿html {
    overflow: -moz-scrollbars-vertical;
}
html {
    overflow-x: auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
body {
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 14px;
}
:focus {
    outline: 0;
}
ul {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
a, a:active, a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    cursor: hand;
}
img {
    border-style: none;
}
button::-moz-focus-inner {
    border: 0;
}
input:focus::-moz-focus-inner {
    border-color: transparent !important;
}
textarea {
    overflow: auto;
}
label, button, input.submit, input.image {
    cursor: pointer;
    cursor: hand;
}
.mir {
    letter-spacing: -1000em;
}
/* Just for Opera, but hide from MacIE */
/*\*/html > body .mir {
    letter-spacing: normal;
    text-indent: -999em;
    overflow: hidden;
}
/* End of hack */
.offPage {
    position: absolute;
    left: -9999em;
}
.clear {
    clear: both;
    height: 0px;
}
.flLeft {
    float: left;
}
strong {
    font-weight: bold;
}
.hidden {
    display: none;
}
span.required {
    color:#FF0000;
    font-size:14px;
    font-style:italic;
}
