/*	Vertical Accordions	*/
body, th, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#395faa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.accordion_toggle {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #1e2f5d;
	height:22px;
	width: 160px;
	display: block;
	border-bottom: solid 1px #CACACA;
	padding: 0 10px 0 10px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin: 0 0 0 0;
	vertical-align:middle;
}

.accordion_toggle a {
	color: #1e2f5d;
	text-decoration: none;
}

.accordion_toggle_false {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #1e2f5d;
	height:22px;
	width: 160px;
	display: block;
	border-bottom: solid 1px #CACACA;
	padding: 0 10px 0 10px;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin: 0 0 0 0;
	vertical-align:middle;
}

.accordion_toggle_false a {
	color: #1e2f5d;
	text-decoration: none;
}




.accordion_toggle_active {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #1e2f5d;
	background-image: url(img/menu/fundo_botao.jpg); 
	background-repeat: no-repeat;
	background-position: 22px 1px;

}

.accordion_content a {
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	color: #1e2f5d;
	overflow: hidden;
	padding-left:22px;
	text-decoration:none;
}
	
	.accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}
	
	.accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
.vertical_accordion_toggle {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #1e2f5d;
	height:18px;
	width: 160px;
	display: block;
/*	padding: 0 10px 0 10px;*/
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_false {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #1e2f5d;
	height:18px;
	width: 160px;
	display: block;
/*	padding: 0 10px 0 10px;*/
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin: 0 0 0 0;
}

.vertical_accordion_toggle_false a {
	text-decoration: none;
}

.vertical_accordion_toggle_active {
	font-family: Arial;
	font-weight: bold;
	font-size: 10px;
	color: #1e2f5d;
	height:18px;
	width: 160px;
	display: block;
/*	padding: 0 10px 0 10px;*/
	cursor: pointer;
	text-decoration: none;
	outline: none;
	margin: 0 0 0 0;
	background-image: url(img/menu/fundo_link.jpg); 
	background-repeat: no-repeat;
	background-position: 28px 1px;

}

.vertical_accordion_content {
	color: #444444;
	overflow: hidden;
	padding-left:10px;
}

	.vertical_accordion_content h2 {
		margin: 15px 0 5px 10px;
		color: #0099FF;
	}

	.vertical_accordion_content p {
		line-height: 150%;
		padding: 5px 10px 15px 10px;
	}
	
/* Container styling*/

#vertical_nested_container {
/*	padding-left: 20px;*/
	width: 160px;
}



/* Páginas internas */

.interna_titulo {
	font-family: Garamond;
	font-size: 26px;
	text-align: center;
	background-image:url(../img/geral/corpo_titulo.jpg);
	background-repeat:no-repeat;
	height:69px;
	color: #1E2F5D;
	font-style:italic;
	vertical-align: middle;
}

.interna_titulo2 {
	font-family: Garamond;
	font-size: 26px;
	text-align: center;
	background-image:url(../img/geral/corpo_titulo1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:69px;
	color: #1E2F5D;
	font-style:italic;
	vertical-align: middle;
}

.interna_subtitulo {
	font-family: Garamond;
	font-size: 20px;
	text-align: left;
	color: #1E2F5D;
	font-style:italic;
	height:35px;
}

.interna_texto {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	color: #444444;
}

.interna_texto a {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	color: #444444;
}
.interna_texto_azul {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	font-weight: bold;
	color: #1E2F5D;
}

.interna_texto_azul_garamond {
	font-style:italic;
	font-family: Garamond;
	font-size: 16px;
	text-align: justify;
	line-height: 16px;
	color: #1E2F5D;
}


.interna_texto_azul a {
	text-decoration: none;	
	color: #1E2F5D;
}

.interna_texto_cinza {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	color: #444444;
}
.interna_texto_cinza a {
	font-family: Arial;
	font-size: 11px;
	color: #444444;
	text-decoration:none;
}
.interna_texto_cinza a:hover {
	color: #444444;
	text-decoration:underline;
}

.interna_texto_azul2 {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 18px;
	font-weight: bold;
	color: #2E2F5D;
}


/* HOME */
.home_titulo {
	font-family: Garamond;
	font-size: 26px;
	text-align: center;
	background-image:url(../img/home/corpo_titulo.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:69px;
	color: #1E2F5D;
	font-style:italic;
	vertical-align: middle;
}

.home_titulo2 {
	font-family: Garamond;
	font-size: 26px;
	text-align: center;
	background-image:url(../img/home/corpo_titulo2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:69px;
	color: #1E2F5D;
	font-style:italic;
	vertical-align: middle;
}

/* FORMULÁRIOS */

.form_titulo {
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: #1E2F5D;
}

.formulario {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	line-height: 25px;
	color: #444444;
}

.formulario input {
	font-family: Arial;
	font-size: 11px;
	text-align: justify;
	height: 16px;
	color: #444444;
	border: 1px solid #CCCCCC;
}




/* CALENDARIO */

.calendario td {
	background-color: #EEEEEE;
}


/* CALENDARIO */

.precos td {
	background-color: #EEEEEE;
	text-align: left;
}
