@charset "iso-8859-1";
/* CSS Document */
@font-face {
	font-family: sol;
	src: url("fonts2/AG.eot");
	src: url("fonts2/AG.eot?iefix") format('embedded-opentype'),
	url("fonts2/AG.woff") format("woff"), 
	url("fonts2/AG.TTF") format("truetype"), 
	url("fonts2/AG.svg") format("svg");
	font-weight:normal;font-style:normal;
	}	
/*Demo Styles*/

#divConteudos {
	text-align: justify;
	padding: 10px;
	font-family: "sol", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	width: 98%;
}
