.fundo_x {
	background-attachment: fixed;
	background-image: url(img/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.linha_cinza_superior {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 6px;
}
.linha_cinza_inferior {
	font-size: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.linha_cinza_direita {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.linha_cinza_esquerda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.tahoma_12_cinza {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
.tahoma_12_cinza_escuro {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.link_tahoma_12_cinza {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
.link_tahoma_12_cinza:hover {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
.link_tahoma_12_cinza_escuro {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.link_tahoma_12_cinza_escuro:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
}
.tahoma_10_vermelho {
	font-family: Arial;
	font-size: 11px;
	color: #ff0000;
	text-decoration: none;
}
.tahoma_10_cinza_escuro {
	font-family: Arial;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.tahoma_12_cinza_escuro {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.tahoma_8_cinza_escuro {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.fundo_fixo {
	background-repeat: no-repeat;
	background-position: left top;
}
.campos {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.link_10_vermelho {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
	text-decoration: none;
}
.link_10_vermelho:hover {
	font-family: Arial;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline;
}
.link_8_vermelho {
	font-family: Arial;
	font-size: 9px;
	color: #CC0000;
	text-decoration: none;
}
.link_8_vermelho:hover {
	font-family: Arial;
	font-size: 9px;
	color: #CC0000;
	text-decoration: underline;
}
.link_tahoma_8_cinza_escuro {
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.link_tahoma_8_cinza_escuro:hover {
	font-family: Arial;
	font-size: 9px;
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
}
.link_10_cinza_escuro_bold {
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #666666;
	text-decoration: none;
}
.link_10_cinza_escuro_bold:hover {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	font-weight:bold;
	text-decoration: underline;
}
.link_tahoma_10_cinza {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.link_tahoma_8_cinza {
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}
.link_tahoma_10_cinza:hover {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
}
.link_branco {
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
.link_branco:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}.botao {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #f2f2f2;
	border: 1px solid #999999;
}
.alerta{
	padding:6px 0 6px 25px;
	border:1px solid #FF0000;
	font-weight:bold;
	background: #FFF4F4 url('admin2/imagens/icp_avisos_pisca.gif') 5px 5px no-repeat;
}