p{
 color: #333333;
}

#cabecalho{
  margin-top: 3px;
}

#corpo{ 
  background-color:#F5FAE7; 
}

#miolo{
  min-height:450px;
  background-color:#F5FAE7;
  margin: 0 10px;
}

#pagina { 
   margin-left:10px;
}

h1 {
  color: #D03F19;
}

h2 {
  color: #D03F19;
  margin-bottom:0;
}

h3 {
  color: #D03F19;
  margin-bottom:0;
  font-weight:bold;
}

h4 {
  color: #D03F19;
  margin-bottom:0px;
  font-weight:none;
  font-style: italic;
  font-size:1em;
}

.textomaior {
  color: #333333;
  font-weight:bold;
  font-size:1.3em;
}

.nota{   
   color: #D03F19; 
   font-weight: bold;
}

a:focus, a:hover {
  color: #D03F19; 
  text-decoration: none;
}

a {
  color: #333333;
}

.box {
    background-color: #E2EEB9;
    padding:1em;
    margin-right:1.5em;
}

#links ul {
   list-style-type:square;
   color: #7F9C43;
   padding-left: 1.5em;
}

#links li{ 
    list-style-type:square;
    color: #7F9C43;
    margin-left:0px;
    margin-top:0px;
}
 
#links li a{
    font-size:12px;
    text-decoration:underline;
    color:#333333;
}

#links li a:hover{
    font-size:12px;
    text-decoration:none;
    color:#D03F19;
}

.boxlaranja{
  background-color: #BE4219;         
  font-size: 16px;
}

.boxlaranja p{
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

.boxverdeescuro{
  background-color: #5E7B38;     
  color: #FFFFFF;    
  font-size: 16px;
  font-weight: bold;
}

.boxverdeescuro p{
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

.boxverdeclaro{
  background-color: #E2EEB9;     
  color: #333333;    
  font-size: 12px;
}

.boxverdeclaro p{
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.boxverdeclaro a{
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

.boxverdeclaro a:hover{
    color: #D03F19;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

.nota_tab{
    color: #333333;
    font-style: italic;
    font-weight: normal;
    margin: 0;
}

#rodape {
    background-color: #EBF4F4;
    color: #333333;
    height: 80px;
    text-align: center;
}

.prepend-top {
    background-color: #F5FAE7;
}

.span-24 {
    background-color: #F5FAE7;
}

.texto{ 
    color:#333;
    font-weight: bold;
}

table {
 border-collapse:separate;
 border-spacing:2px;
 width: 100%;
} 

label {
    font-weight: bold;
    margin-left: 5px;
    text-align: left;
}

.fundo {
    background-color: #FFF;
}

form {
    border: 1px solid #CCCCCC;
    margin: 0;
    padding: 5px;
    text-align: left;
    width: 90%;
}

ul{ list-style-type: none; }

input[type="text"], input[type="password"], input.text, input.title, textarea, select {
    margin-bottom: 8px;
    margin-left: 10px;
    vertical-align: middle;
    visibility: visible;
    background-color: #FFF;
    border: 1px solid #BBBBBB;
}

textarea {
    margin-bottom: 8px;
    margin-left: 10px;
    width: 95%;
    height: 150px;
}