/* Definição do CSS para Caixa de depoimento de alunos Home treinamentos */

A:active {
	font-family: Trebuchet MS ;
	font-size : 9px;
	color : rgb(192,192,192);
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
	text-transform : none;
	font-variant : normal;
 	line-height: 12px;
}

A:visited {
	font-family: Trebuchet MS ;
	color : rgb(192,192,192);
	font-size : 9px;
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
 	line-height: 12px;
}

A:link {
	font-family: Trebuchet MS ;
	font-size : 9px;
	color : rgb(192,192,192);
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
	text-transform : none;
	font-variant : normal;
 	line-height: 12px;
}

A:hover {
	font-family: Trebuchet MS ;
	font-size : 9px;
	color : rgb(255,255,255);
	text-decoration : none;
	font-weight : normal;
	font-style : normal;
	text-transform : none;
	font-variant : normal;
 	line-height: 12px;
}

.caixa_testemunhal_texto {
	font-family: Trebuchet MS ;
	font-size: 9px;
 	text-transform: none;
 	color: rgb(255,255,255);
 	line-height: 12px;
 	font-weight: normal;
 	font-style: normal;
 	font-variant: normal;
 	text-align: left
}

.Titulo_caixa_lateral {
	font-family: Trebuchet MS ;
	font-size: 14px;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	text-align: center;
 	text-indent: 5px;
 	background-image: none;
	padding-top : 12px;
	padding-bottom : 10px
}