@charset "utf-8";
html,body {
	margin: 0px;
	padding: 0px;
        width: 100%;
        height: 100%;
}
body{
    font-size: 11px;
    color: #000000;
    font-family: 'Arial','Helvetica', 'sans-serif';  
    -webkit-font-smoothing: antialiased;
 
}
b, strong  {
	font-weight: bold;
}
em {
	
	font-style: italic;
}
i {
	font-style: italic;
}
a{text-decoration:none;}
h1,h2,h3,h4,h5,h6 {
    letter-spacing: -0.05em;
    text-transform: uppercase;
    font-weight: normal;
}
h1.colado,h2.colado,h3.colado,h4.colado,h5.colado,h6.colado {
    margin-bottom: 0px;
}
h1{
    margin-bottom:10px;
    font-size: 200%;
}
h2{
    margin-bottom:10px;
    font-size: 180%;
}
h3{
    margin-bottom:10px;
    font-size: 160%;
}
h4{
    margin-bottom:8px;
    font-size: 140%;
}
h5{
    margin-bottom:5px;
    font-size: 120%;
}
h6{
    margin-bottom:0px;
    font-weight: bold;
    font-size: 100%;
}
#topo {
    display: none;
}
#rodape {
    display: none;
}
.fastmenu, .modulosacesso {
    display: none;
}