/* CSS Document */


a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #696969;
}

#sub_menu a:link, #sub_menu a:visited, #sub_menu a:active, #sub_menu a:hover {
	color: #efefef;
}

img {
	border: solid 0px blue;
}
 
.texto_justify {
	text-align: justify;
}

.texto_direita {
	text-align: right;
 }

.texto_creditos {
	text-align: right;
    width: 300px;
    vertical-align: bottom;
    height:5px;
}

.texto_esquerda {
	text-align: left;
}

.espaco {
	height: 15px;
}

.mais {
	text-align: center;
}

