.TITULO_PAG_0 {
	color: white;
	font-size: 24px;
	text-align: center;
	font-style: bold;
	font-family: Franklin Gothic Medium Cond;
	text-decoration: none;
	border-right: 1px dotted white;
}
.TITULO_PAG_1 {
	color: white;
	font-size: 24px;
	text-align: center;
	font-style: bold;
	font-family: Franklin Gothic Medium Cond;
	background-color: rgb(69,132,177);
}
.RODAPE {
	color: white;
	font-size: 10px;
	font-family: Arial;
}
.TEXTO_GERAL {
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
}
.TEXTO_FORM {
	font-size: 12px;
	font-family: Verdana;
	text-align: justify;
	color: rgb(69,132,177);
}
.TEXTO_CITACAO {
	font-size: 12px;
	font-style: italic;
	font-family: Verdana;
	text-align: justify;
	padding-left: 100px;
	padding-right: 20px;
}
.FIELDS_GERAL {
	font-size: 12px;
	font-family: Verdana;
	border: 1px solid silver;
	height: 21px;
	width: 100%;
}
.DESTAQUE {
	font-size: 10px;
	font-family: Verdana;
	text-align: justify;
}
.DESTAQUE_LINK {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	color: rgb(69,132,177);
	cursor: pointer;
	text-decoration: none;
/*	position: absolute;
	bottom: 20px; */
}
.DESTAQUE_TITULO {
	font-size: 24px;
	font-family: Franklin Gothic Medium Cond;
	text-align: left;
}
.DESTAQUE_TEXTO_IMG {
	font-size: 14px;
	font-family: Verdana;
	text-align: center;
}
.DESTAQUE_IMG {
	border: 1px solid gray; /*rgb(69,132,177); */
	width: 435px;
	height: 320px;
	padding: 5px;
}
.DESTAQUE_IMG_MINI {
	border: 1px solid gray;
/*	width: 120px;
	height: 88px;*/
	width: 100px; 
	height: 75px;
	cursor: pointer;
/*	opacity: 0.4;
	filter: alpha(opacity=40)*/
}
.DESTAQUE_PORTFOLIO {
	border: 1px solid gray;
	width: 150px;
	height: 112px;
	padding: 5px;
}
.DESTAQUE_HOME_IMG {
	border: 1px solid gray;
	width: 120px;
	height: 88px;
	padding: 3px;
	background-color: white;
}
/******************************************************/
a.RODAPE {
	color: white;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
}
a.TITULO_PAG {
	color: white;
	font-size: 24px;
	font-family: Franklin Gothic Medium Cond;
	cursor: pointer;
	text-decoration: none;
}
a.DESTAQUE_LINK {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: rgb(69,132,177);
	cursor: pointer;
	/*position: relative;
	bottom: -15px;*/
}
