﻿/*Corpo*/
body {
    font: 12px Arial, sans-serif;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/*Esconder*/
.Esconder {
    cursor: default !important;
    border-color: #ffffff !important;
    border-style: none !important;
    width: 1px !important;
    height: 1px !important;
}

/*Colunas*/
.twocolumns {
    width: 100px;
}

.threecolumns {
    width: 160px;
}

.fourcolumns {
    width: 220px;
}

.sevencolumns {
    width: 400px;
}

.eightcolumns {
    width: 460px;
}

.elevencolumns {
    width: 620px;
}

.twelvecolumns {
    width: 800px;
}

.sixteencolumns {
    width: 940px;
}

/*Texto*/
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 28px;
    line-height: 50px;
}

h2 {
    font-size: 22px;
    line-height: 30px;
}

h3 {
    font-size: 16px;
    line-height: 34px;
}

h4 {
    font-size: 14px;
    line-height: 30px;
}

h5 {
    font-size: 12px;
    line-height: 24px;
}

h6 {
    font-size: 10px;
    line-height: 21px;
}

p {
    margin: 0 0 15px 0;
    line-height: 20px;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 21px;
        line-height: 27px;
        color: #777;
    }

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/*HyperLink*/
.HyperLinkImage image {
    border-style: none;
}

/*#Links*/
a, a:visited {
    color: #888;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    -transition: color 0.1s ease-in-out;
}

    a:hover, a:focus {
        color: #888;
    }

p a, p a:visited {
    line-height: inherit;
}