/* CSS Document */

body {
	font-family: Verdana;
	font-size: 12px;
}
td {
	text-align: justify;
	font-family: Verdana;
	color: #1F208B;
	line-height: 150%;
	font-size: 14px;
}
#main{
	width: 800px;
	height: 555px;  
	border: 1px #4682B4 solid;
}

#topo{
	width: 100%;
	height: 100px; 
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(logo.jpg);
	text-align: center;
	color: White;
	font-weight: bold;
}


#titulo{
	font-weight: bold;
}
