body {
  text-align: center;
  background-color: #FFE3B0;
  margin: 10px;
}

h2{
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #EB882A;

}

h3{
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #EB882A;
  margin-top: 30px;

}

p {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #999999;
  margin-top: 10px;
  padding: 0;
}

.MainLayer {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  align: center;
  background-color: #F2EEE4;
  padding: 20px 30px 20px 30px;
}

#MainTable {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: left;
  width: 760px;
  background-color: #EB882A;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  border-collapse: collapse;
}

.Rodape {
  color: #F5F5DC;
}

.Rodape a:link, .Rodape a:visited {
  text-decoration: none;
  color: #F5F5DC;
}

.Rodape a:hover, .Rodape a:active {
  text-decoration: underline;
  color: #F5F5DC;
}

.rightimg {
  float: right;
  margin-left: 20px;
  margin-bottom: 6px;
}

.InTable {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.InTable td {
  color: #999999;
  padding: 0 10px 0 10px;
  background-color: #F9DEC5;
  word-spacing: 4px;
  letter-spacing: 2px;
  
}

.InTable th {
  background-color: #EB882A;
  padding: 0 10px 0 10px;
  color: #FFFFFF;
}

.InTableComum {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.InTableComum td {
  color: #999999;
  padding: 0 10px 0 10px;
  background-color: #F9DEC5;
}

.InTableComum th {
  background-color: #EB882A;
  padding: 0 10px 0 10px;
  color: #FFFFFF;
}

.InTableComum td a:link, .InTableComum td a:visited {
  text-decoration: none;
  color: #999999;
	font-weight:bold;
}

.InTableComum td a:hover, .InTableComum td a:active {
  text-decoration: underline;
  color: #666666;
	font-weight:bold;
}


