@charset "utf-8";

body, html{
	background:#F2F2F2;
	font-family:Arial, Helvetica, sans-serif;
	color:#005495;
	font-size:15px;
	text-align:justify;
}

a:link {text-decoration: underline; color:#005495;}
a:visited {text-decoration: underline; color:#005495;}
a:hover {text-decoration: none;}
a:active {text-decoration: none}



#pai {
	margin-top: 25px;
	width:auto;
	height:500px;;
}

#conteudo {
	margin: auto;
	height:500px;
	width: auto;
}

#logo {
	height: 110px;
	width: 185px;
	margin-left:170px;
}

#texto_bg {
	margin-top:25px;
	padding: 15px 0 0 0;
	height:230px;
	width: auto;
	background-color:#E6E6E6;
}

#texto_bg #texto{
	margin-left:400px;
	width: 500px;;
}

#texto_bg #texto class {
	font-size:25px;
	font-weight:bold;
}


/* CSS Document */


