/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6D7394;
}
body {
	background-color: #6D7394;
	margin-top: 0px;
	height: 100%;
	margin-bottom: 0px;
	background-image: url(imagens/fundo.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:link {
	color: #6D7394;
}
a:visited {
	color: #6D7394;
}
a:hover {
	color: #8895B0;
}
a:active {
	color: #6D7394;
}
.bordaimagem {
	border: 1px solid #8590AE;
}

.mainT {
	background-color: #CCD6DC;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-style: solid;
	border-right-color: #CCD6DC;
	border-top-width: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCD6DC;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #8795B0;
}
.linha_bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFCAD3;
}

.caixatexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8691AD;
	border: 1px solid #BFCAD3;
	background-color: #FFFFFF;
}
.depoimentos {
	background-color: #CCD6DC;
	padding: 5px;
}
.depoimentos_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #6D7394;
	font-style: italic;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6D7394;
	margin-right: 35px;
	margin-left: 35px;
}
