@charset "UTF-8";
/* CSS Document */

.fundo_barra {
	background-image: url(imagens/faixa.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}
.verdana_12 {
	font-family: Calibri;
	font-size: 12px;
}
.azul {
	color: #006293;
}
.branco {
	color: #FFFFFF;
}
.cinza {
	color: #CCCCCC;
}
.preto {
	color: #000000;
}
.verdana_16 {
	font-family: Calibri;
	font-size: 16px;
}
.verdana_22 {
	font-family: Calibri;
	font-size: 22px;
}
.bold {
	font-weight: bold;
}
.menu {
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	height: 40px;
	vertical-align: middle;
}
.cinza_escuro {
	color: #888888;
}
.justificado {
	text-align: justify;
}
.campo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C1C1C1;
	border-right-color: #C1C1C1;
	border-bottom-color: #C1C1C1;
	border-left-color: #C1C1C1;
	font-family: Calibri;
	font-size: 14px;
	color: #888888;
	border-bottom-style: solid;
}
.verdana_11 {
	font-family: Calibri;
	font-size: 11px;
}
.verdana_14 {
	font-family: Calibri;
	font-size: 14px;
}
.verdana_10 {
	font-family: Calibri;
	font-size: 10px;
}
.verdana_24 {
	font-family: Calibri;
	font-size: 24px;
}
.flex {
	width: 100%;
}

