
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
}[hidden] {
    display: none;
}

html {
    font-size: 100%;
}

html, button, input, select, textarea {
    font-family: Helvetica,arial,sans-serif;
    color: #FFFFFF;
}

body {
    margin: 0px;
    font-size: 13px;
    line-height: 1.4;
}

*::-moz-selection {
    background: none repeat scroll 0% 0% #FE57A1;
    color: #FFFFFF;
    text-shadow: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0px none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    margin: 1em 0px;
    padding: 0px;
}

ins {
    background: none repeat scroll 0% 0% #FFFF99;
    color: #000000;
    text-decoration: none;
}

mark {
    background: none repeat scroll 0% 0% #FFFF00;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}

pre, code, kbd, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before, q:after {
    content: none;
}

small {
    font-size: 85%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul, ol {
    margin: 1em 0px;
    padding: 0px 0px 0px 40px;
}

dd {
    margin: 0px 0px 0px 40px;
}

nav ul, nav ol {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px none;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0px;
}

form {
    margin: 0px auto;
    width: 100%;
}

fieldset {
    border: 0px none;
    margin: 0px;
    padding: 0px;
}

label {
    cursor: pointer;
    display: block;
}

legend {
    border: 0px none;
    padding: 0px;
    white-space: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0px;
    vertical-align: baseline;
}

button, input {
    line-height: normal;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0px;
}

input[type="search"] {
    -moz-box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0px none;
    padding: 0px;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
    background-color: #F0DDDD;
}

.chromeframe {
    margin: 0.2em 0px;
    background: none repeat scroll 0% 0% #CCCCCC;
    color: black;
    padding: 0.2em 0px;
}

.ir {
    display: block;
    border: 0px none;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.ir br {
    display: none;
}

.hidden {
    display: none ! important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0px none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0px;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    clear: both;
}

@media print {
    * {
        background: none repeat scroll 0% 0% transparent ! important;
        color: black ! important;
        box-shadow: none ! important;
        text-shadow: none ! important;
        filter: none ! important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% ! important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
