@charset "utf-8";
/* CSS Document */
body {
    background: #fff url("../img/back-intra.jpg") no-repeat center top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #545454;
    height: auto;
}
/*ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	}*/

TEXTAREA {
    behavior: url(/css/behaviors/maxlength.htc);
}
input,
textarea {
    behavior: url(/css/behaviors/focus.htc);
}
img {
    border: none;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    color: #70a529;
    font-weight: bold;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #b5b5b5;
    font-weight: bold;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272727;
    font-weight: normal;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: #272727;
    font-weight: normal;
}
h5 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.35em;
    color: #fff;
    font-weight: normal;
}
h6 {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    color: #f58220;
    font-weight: bold;
}

#todo {
    width: auto;
    background-position: top;
    background-repeat: repeat-x;
}
#topo {
    width: auto;
    height: 200px;
    text-align: center;
}
#topo_conteudo {
    /*border:1px solid #FF3;*/
    width: 955px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}
#boton {
    width: 970px;
    text-align: right;
    margin: 0 auto;
    padding: 115px 0 0 0;
}
#centro {
    /*border:1px solid #cc00ff;*/
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 975px;
    height: auto;
    background-position: top;
    background-repeat: repeat-y;
}
#centro_geral {
    clear: both;
    width: 900px;
    text-align: left; /*border:1px solid #ffee00;*/
    margin: 0 auto;
    padding: 0 0 0 240px;
    position: relative;
    height: auto;
    overflow: hidden;
} /* overflow para correr a altura do conteudo central*/
.divisa {
    background-color: #e9e9e8;
    height: 1px;
    width: 600px;
}
label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    color: #272727;
    font-weight: bold;
}
