/*
Documento CSS
Cont�m todos os elementos de layout padronizados
*/
* { margin: 0; padding: 0; }

body {
	font-family: Arial, 'Lucida Sans', sans-serif;
	font-size: 76%;
    padding-top: 0px;
    color: #333333;
    background: white;
}
table { font-size: 1em; }

h1 { font-size: 2.2em; color: #c30007; font-weight: normal; }
h2 { font-size: 1.8em; color: #c30007; margin-bottom: 15px; font-weight: normal; }
h3 { font-size: 1.6em; color: #333333; font-weight: normal; }
h4 { font-size: 1.0em; font-weight: bold; }
h5 { font-size: 1.0em; }
h1, h2, h3, h4, h5 { line-height: 18px; }


p { line-height: 18px; margin-bottom: 15px; font-size: 14px; color: #333333;}
p strong { color: black; }

a { color: #666666; text-decoration: underline; }
a:hover { text-decoration: none; }
.view a { color: #004f98; text-decoration: underline; }

a img { border: 0; }


ul { margin-left: 20px; list-style: none; }
li { line-height: 18px; }

.cake-sql-log {
    background: white;
    margin: 20px;
}
#rodape p{
    color: white;
}
#rodape div.bottom div.texto p{ font-size: 1.1em; }



