/********** CSS DOS LINKS **********/
A:link    {text-decoration: none; color: #206595}
A:visited {text-decoration: none; color: #206595}
A:hover   {
	text-decoration: underline;
	color: #206595;
}
A:active  {text-decoration: none; color: #206595}
/***********************************/
/********** CSS DA PÁGINA **********/
body{background-color: #FFF;}
body, td, select, input, textarea{	
	margin-top: 0;
	margin-left: 0;
	margin-right: 0; 
	margin-bottom: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
/**********************************/
/********** CSS DOS DIV'S *********/
.header{
	width: 100%;
	height: 30;
	background-color: #7c8d66;
}
.page{
	background-image: url(../imagens/abi_bg_pagina.png);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.footer{
	width: 100%;
	height: 47;
	background-color: #1f3a5d;
}
/*********************************/
/******** CSS DOS TEXTOS *********/
.txt-topo{color: #FFF;}
.txt-menu{color: #FFF;font-size: 12px;font-weight: bold;}
.txt{color: #5E5E5E;}
.txt-azul{color: #206595;}
.txt-peq{font-size: 7pt;}
.txt-negrito{color: #5E5E5E;font-weight: bold;}
.txt-negrito-azul{color: #206595;font-weight: bold;}
.txt-barra{color: #ffffff;font-weight: bold;}
.txt-adm{color: #13488c;font-size: 16px;}

.aspecto1 {	font-size: 11px;}
.aspecto2 {	font-size: 14px;}

/********************************/
/******** CSS DE FORMULÁRIO *****/
.paginacao{
	background-color: #7c8d66;
	width: 14;
	text-align: center;
}
.caixa{
	background-color: #ffffff;
	border: solid 1px #666666;
	height: 16;
	color: #504027;
	width: 200;
}
.caixa-textarea{
	background-color: #ffffff;
	border: solid 1px #666666;
	color: #504027;
}
.caixa_busca{
	background-color: #ffffff;
	border: solid 1px #666666;
	height: 16;
	color: #504027;
	width: 150;
}
.caixa-img{
	background-color: #ffffff;
	border: solid 2px #f1f1f1;
}
.caixa-adm{
	border: solid 1px #babac8;
	color: #333;
}
