p, body, td, input, select, textarea, text, option {
    font-family: "Arial";
    table: "Arial";
    font-size: 12px;
}

a:visited {
    color: black;
}

a:hover {
    color:#72080A;
    text-decoration: underline;
}

a {
    color: black;
    text-decoration:none
}

.botao {
    background-color:white;
    font-size:10px;
    border-color:#cccccc;
    font-family: "Arial";
}

.select {
    font-size:14px;
    border-color:#aaaaaa;
    background-color:#eeeeee;
    font-family: "Arial";
}

.titulo {
 font-family: "Arial";
 font-size: 18px;
 font-weight: bold;
 color: #000000;
}

.subTitulo {
 font-family: "Arial";
 font-size: 14px;
  font-style: italic
}

.erro {
    font-family: "Arial";
    font-size: 12px;
    background-color: #FFB3B5;
    color:black;
}

.rodape {
 font-family: "Arial";
 font-size: 10px;
 color:black;
  letter-spacing: 2
}

.conteudoNoticia {
 font-family: "Arial";
 font-size: 12px;
 color: black;
}

.ohdesign {
 font-family: "Arial";
 font-size: 9px;
 color: black;
}

.tituloMateriaComum {
 font-family: "Arial";
 font-size: 12px;
 font-weight: bold;
 color: #72080A;
}

.conteudoMateriaComum {
 font-family: "Arial";
 font-size: 12px;
 color: black;
  line-height: -5;
}

.charges {
 font-family: "Arial";
 font-size: 12px;
 color: white;
}

.tituloMateriaCapa {
 font-family: "Arial";
 font-size: 13px;
 font-weight: bold;
 color: black;
 line-height: 1;
}

.conteudoMateriaCapa {
 font-family: "Arial";
 font-size: 12px;
 color: black;
  line-height: -5;
}

.conteudoUltimasNoticias {
 font-family: "Arial";
 font-size: 12px;
 color: black;
 line-height: 1.5;
}

.TituloConteudoComum{
 font-family: "Arial";
 font-size: 16px;
 font-weight: bold;
 color: #72080A;
}

.botao {
	font-size:11px;
	font-family:arial;
	font-weight:bold;
	width:104px;
	height:18px;
	color:white;
	background:white url('../images/bt_vazio.jpg');
	border:0px;
}

.boxAtivo{
  border-bottom: 1px solid #006400;
  border-left: 1px solid #006400;
  border-right: 1px solid #006400;
  border-top: 1px solid #006400;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}

.boxInativo{
  border-bottom: 1px solid #ff0000;
  border-left: 1px solid #ff0000;
  border-right: 1px solid #ff0000;
  border-top: 1px solid #ff0000;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
}

.campo {
  background: #F6F9FB;
  color: #666666;
  border: 1px solid #9BABB0;
  padding: 2px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

div.messages {
  background: #FFFCE3;
  border: 2px solid #EED300;
  color: #C28E00;
  font-weight: bold;
  font-size: 1.166em;
  margin: 5px 0pt;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

div.messages ul {
  list-style-position: inside;
}

div.messages em {
  color: #656C9B;
}

div.error {
  background-color: #FFF2F2;
  border-color: #FF0000;
  color: #B20000;
}
div.sucess {
  background-color: #e8e8e8;
  border-color: #0e7a00;
  color: #0e7a00;
  text-align: center;
}

.box{
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #C1C1C1;
  padding: 0px;
  margin: 0px;
  color: #2E2E2E;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}