﻿
@import 'https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i';
/*font-family: 'Roboto', sans-serif;*/



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

html, body, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li {
    margin: 0;
    padding: 0;
}

html {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    font-size: 14px;
    
}

body {
    font-family: 'Roboto', sans-serif;
    min-width: 960px;
}

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

th, td {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
}

h1 {
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-weight: normal;
    margin-bottom: 10px;
}

h2 {
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
h3 {
    text-align: left;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #000000;
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
}
ul {
    margin-left: 40px;
}
li {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: left;
}


img {
    border-width: 0px;
    border-style: none;
    vertical-align: bottom;
}

a:link {
    text-decoration: none;
    color: #333333;
}

a:visited {
    text-decoration: none;
    color: #333333;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a:active {
    text-decoration: none;
    color: #FF0000;
}

input, textarea, select {
    border: 1px solid #939598;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #939598;
    font-family: 'Roboto' , sans-serif;
}

textarea {
    resize: none;
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

input[type="text"] {
    border: 1px solid #939598;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: 'Roboto' , sans-serif;
    color: #939598;
}
input[type="submit"] {
    border: none;
    background-color: #FF0000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 17px;
    font-family: 'Roboto' , sans-serif;
    color: #FFFFFF;
    font-weight: 700;
}
input[type="submit"]:hover {
    cursor: pointer;
}
.erro {
    color: #FF0000;
    text-align: center;
    font-size: 10px;
}
.clear {
    clear: both;
}





body {
    background-color: #FFFFFF;
}

.logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
footer > p {
    text-align: center;
}