/* CSS Document */

body {
	background-color: #CBCDCF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.data {
	color: #333333;
}

.item_menu {
	color: #AC0000;
}

.destaque {color: #333333}

.destaque_grande {
	color:#333333;
	font-size:large;
	font-weight:bold;
}

.destaque a:link {
	color: #333333;
	text-decoration: none;
}
.destaque a:visited {
	color: #333333;
	text-decoration: none;
}
.destaque a:hover {
	color: #AC0000;
	text-decoration: none;
}

.menu_principal {color: #FFFFFF}

.menu_principal a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_principal a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_principal a:hover {
	color: #AC0000;
	text-decoration: none;
}

a:active {
    text-decoration: underline;
    color: #000000;
  }


a:link {
    text-decoration: underline;
    color: #000000;
  }


a:visited {
    text-decoration: underline;
    color: #000000;
  }


a:hover {
    text-decoration: none;
    color: #000000;
  }

.titulo_principal {
	text-decoration:underline;
	font-weight:bold;
	font-size:medium;
}

.titulo {
	font-weight:bold;
}

.titulo_pequeno {
	font-size:11px;
	font-weight:bold;
}

.pequeno {
	font-size:11px;
}

.msg_erro {
	color:#990000;
}

.msg_sucesso {
	color:#006600;
}

.tabela {
	border:#FFFFFF;
}

.tabela_celula {
	border:#FFFFFF;
}

.artigos_tabela_celula_titulo {
	font-weight:bold;
	border:#FFFFFF;
}

.artigos_tabela_celula_par {
	border-color:#FFFFFF;
	background:#EEEEEE;
}

.artigos_tabela_celula_impar {
	border:#FFFFFF;
	background:#DDDDDD;
}

.artigos_tabela_celula_img {
	border-color:#000000;
	border-style: dotted;
	border-width: 1px;
}

.caixa_texto {
	border-bottom-width:1px;
	border-bottom-color:#000000;
	border-top-width:1px;
	border-top-color:#000000;
	border-left-width:1px;
	border-left-color:#000000;
	border-right-width:1px;
	border-right-color:#000000;
	background:#EEEEEE;
}

.botao {
	border-width:0px;
	background:#666666;
	color:#FFFFFF;
	font-weight:bold;
}




span.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../imagens/checkbox.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  background: url(../imagens/radio.gif) no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(../imagens/select.jpg) no-repeat;
  overflow: hidden;
}

.customforms {
	font: 1em/1.8em arial;
}

