/* CSS Document */

.texto1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.texto1:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
	color: #7E7EB0;
}

.texto2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

.texto3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
    
}

a.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
    color: #666699;
	text-decoration: none;
}

.barra {
	scrollbar-3dlight-color: #012086;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #012086;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #012086;
	scrollbar-highlight-color: #012086;
	scrollbar-shadow-color: #012086;
	scrollbar-track-color: #EAEAF2;

}

.textoartigo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	text-decoration: none;
	color: #000000

}

.textoartigo:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
	color: #7E7EB0;
	text-decoration: none;

}
.tituloartigo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-left: 10px;
	padding-left: 10px;

}
.texto4 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.texto5 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
