body
{
	margin:0;
	background-position:center;
	background-image:url(../Imagens/fundo.jpg);	
	background-repeat:repeat-y;
}
#Corpo
{
	position:relative;
	margin: 0 auto;
	width:770px;
	/*height:100%;*/
}
.tituloBarra
{
	font-family:Arial;
	text-align:center;
	color:#FFFFFF;
	height:25px;
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	font-weight:bold;
}
.normalText
{
	font-family:Arial;
	color:#000000;
	font-size:13px;
}
