﻿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, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    outline: none;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
}

html
{
    height: 100%;
    overflow-y: scroll; /* remove if not a centered site */
}


body
{
    color: #000;
    background:#eaeaea;
    font-family: Helvetica,  Arial, Sans-Serif;
    font-size: 12px;
    text-align: left;
}

/* Elements */

a:link, a:visited
{
    color: #1a1d2f;
}

a:hover, a:active
{
}

blockquote, q
{
    quotes: none;
}

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

h1
{
}

h2
{
}

/*section headers*/
h3  
{
    font-family: Arial, Helvetica, Sans-Serif;
    color:#2e405d;
    font-weight:bold;
    font-size:18px;
}

h4
{
    font-size:13px;
    color:#212121;
    margin:0 0 12px 0;
}

h5
{
}

h6
{
}

hr
{
}

img
{
    border: none;
}

p
{
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

th
{
}

td
{
}

ol, ul
{
}

li
{
}


/* General Styles
-------------------------------------------------------------*/
/* General Classes */

.PrintOnly
{
    display: none;
}
