/* CSS Document */
body {
	margin-top:0px;
	background-color:#424343;
	background-image:url(../images/bkg_imagem.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-top: 15px;
}

div#container{
	background-color:#000000;
	width: 770px;
	margin:0 auto;
	border: none;
}

div#content{
	width: 770px;
	background:#000000;
	height:auto !important; 
	/* margin-top: 10px; */
	/*margin:0 0 0 0*/;
}

div#banner{
	background-color:#FFFFFF;
	width: 755px;
}

div#menu{
	background-color:#EFEBE5;
	width: 755px;
}

div#footer{
	background-image:url(../images/rodape.jpg);
	background-color:#EFEBE5;
	width: 770px;
	height: 31px;
}

div#header{
	background-color:#EFEBE5;
	width: 750px;
}

div#infoip{
	background-color:#424343;
	background-image:url(../images/bkg_imagem.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	text-align:center;	
	width: 770px;
	margin:auto;
	color:#CCCCCC;
}


A.texto_destaque:link
{
    COLOR: #09456F;
	TEXT-DECORATION: none
}
A.texto_destaque:active
{
    TEXT-DECORATION: none
}
A.texto_destaque:visited
{
    COLOR: #09456F;
    TEXT-DECORATION: none
}
A.texto_destaque:hover
{
    COLOR: #09456F;
    TEXT-DECORATION: underline
}
