/* CSS Document */
<!--
* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background-image:url(../_images/img_fundo.jpg);
	text-align:center;
	height: 100%;
}

body p {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
        line-height:140%;
        text-indent:0px;
	text-align:justify;
}

#tudo {
	background-color:#9F998C;
	height:0px;
	margin: 0 auto;
	margin-top:0px;
	text-align:left;
	width:970px;
}

a:link {
  color: #000000;
  text-decoration:none;
}
a:visited {
  color: #000000;
  text-decoration:none;
}
a:hover {
   color:#9F998C;
   text-decoration:none;
}
-->