*
{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body
{
    font-family: Times, Times New Roman, Serif;
    font-size: 1em;
    color: #6d6e71;
    background-color: #ffffff;
}

/* Tags */
a
{
    color: #68aea1;
    text-decoration: none;
}

a#skipNav
{
    display: none;
}

h3, h4, h5, h6
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1em;
    padding-bottom: 10pt;
}

h5
{
    color: #9D9FA4;
    font-size: 1em;
    padding-bottom: 6pt;
}

p
{
    margin-bottom: 1em;
}

p.indent
{
    margin-left: 6pt;
}

ul
{
    list-style-image: url(images/bullet_gray1.gif);
}

ul.arrow
{
    margin: 0 0 12pt 6pt;
}

ul.arrow li
{
    padding: 1pt 9pt 4pt 0;
}

ul.arrow li a
{
    font-size: 0.8em;
}

ul.bullet
{
    margin: 0 0 12pt 14pt;
    list-style-image: url(images/bullet_gray1.gif);
}

ul.bullet li
{
    margin-bottom: 5pt;
    line-height: 16pt;
}

ul.bullet ul
{
    margin: 6pt 0 0 18pt;
    list-style-image: url(images/bullet_gray2.gif);
}

/* IDs */
#logo
{
    margin-bottom: 12pt; /*float: right;*/
    text-align: right;
}

#navL2, #quickLinks, #navL3, #navTop
{
    display: none;
}

#wrapperRight img
{
    margin-bottom: 12pt;
}

#footer
{
    float: left;
    width: 100%;
    margin-top: 16pt;
    padding-top: 12pt;
    padding-right: 10pt;
    border-top: 1pt solid #68aea1;
}

#footer p
{
    text-align: right;
}

/* Classes */
.contentIntro
{
    font-size: 1.1em;
    font-weight: bold;
}

.mainTitle
{
    clear: both;
    margin-bottom: 12pt;
}

.navContent, .btnNext
{
    display: none;
}

.smallText
{
    font-size: 0.8em;
}

.subTitle
{
    clear: both;
    margin-bottom: 10pt;
}
