/*
conteudo
*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D8D8D8;


}


.titulo {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #3B3B3B;
	font-weight:bold;
	margin-left: 22px;
	margin-right: 15px;

}


.texto {
	font-family: Arial, Verdana;
	font-size: 12px;
	color: #828282;
	text-align:justify;
	

}


.legenda_titulo {
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #828282;
	font-style: italic;
}

.legenda_texto {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #575757;
	font-style: italic;
	text-align:justify;
}


/*
high slide
*/

.highslide-html {
    background-color: white;
	
}

.highslide-html-blur {

}

.highslide-html-content {
	position: absolute;
    display: none;
	
}

.highslide-display-block {
    display: block;
	
}

.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

/*
link
*/

a:link{
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #575757;
	font-style: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #575757;
	font-style: normal;
	text-decoration: underline;	

}


a:visited{
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #575757;
	font-style: normal;
	text-decoration: none;	
	
}
