/* CSS Document */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#main{
position:absolute;
height:100%;
width:100%;
}
._texto_padrao {
	font-size: 10px;
	color: #000000;
}
.legenda {
	font-size: 11px;
	color: #6F6D68;
}

/* Estilos para a Página Amplia*/

#topo{
	margin:0px;
	height:60px;
	background-image:url(bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
#corpo{
line-height:150%;
padding:10px;
text-align:center;
height:100px;
}