/*  +++++++++++++++++ TAGS HTML ++++++++++++++++++++   */
body {
	background-color: #D4D0C8;
	background-image: url(imagens/fundo_geral.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #E9E9E9;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*  +++++++++++++++++ CLASSES >>> MENU +++++++++++++++++++   */
.menu_vertical {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.menu_vertical:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.menu_vertical_canais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}
.menu_vertical_canais:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
.menu_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.menu_footer:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
/*  +++++++++++++++++ CLASSES >>> TEXTO +++++++++++++++++++   */
.texto_geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.texto_geral:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}
.texto_geral2 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.texto_geral2:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	line-height: 16px;
}


/*  +++++++++++++++++ CLASSES >>> TÍTULOS +++++++++++++++++++   */
.titulo_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
}
.titulo_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.titulo_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.titulo_04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.titulo_05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}


/*  +++++++++++++++++ CLASSES >>> ELEMENTOS VISUAIS +++++++++++++++++++   */
.sinal_mais {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}
.seta_menu {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.border_imagens {
	border: 1px solid #D4D0C8;
	background-color: #FFFFFF;
}
.divisoria_vertical {
	background-color: #FFFFFF;
	background-image: url(imagens/divisoria_vertical.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.border_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 16px;
	width: 100%;
	border: 1px solid #FFFFFF;
	color: #CC0000;
}
.border_left {
	background-color: #918D44;
	background-image: url(imagens/borda_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.border_right {
	background-color: #918D44;
	background-image: url(imagens/borda_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.border_left_2 {
	background-color: #918D44;
	background-image: url(imagens/fundo_borda_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.border_right_2 {
	background-color: #918D44;
	background-image: url(imagens/fundo_borda_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.veja_mais {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #66CC00;
}
.veja_mais:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #66CC00;
	text-decoration: underline;
}
.paginacao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A39D3D;
}
.paginacao:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #858040;
	text-decoration: underline;
}
/*  +++++++++++++++++ CLASSES >>> FUNDO TABELAS DO MENU HEADER +++++++++++++++++++   */

.fundo_buscar {
	background-color: #9A9A9A;
}
.fundo_acesso {
	background-color: #C1C1C1;
}
