body {
	background:url("fundo_body.gif");
	text-align: center;
	font:10px Verdana;
	margin:0px;
}

h1 {
	font:13px Verdana;
	color:#666666;
	font-weight:bold;
	margin:15px 0px;
	padding:10px 0px;
	border-top:2px dotted #CCCCCC;
	border-bottom:2px dotted #CCCCCC;
}

h1 a		{text-decoration:none; color:#666666;}
h1 a:hover	{text-decoration:underline; color:#495778;}

#mestre {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-190px;
	margin-left:-275px; 
	background:white;
	width:550px; height:380px;
	border:3px solid #cccccc;
}

#topo {
	background:url("fundo_topo.gif") no-repeat;
	text-align:right;
}
#topo img {
	margin:10px 5px 5px 0px;
	border:0px;
}
#barra {
	background:#495778;
	padding:2px;
	color:white; font-weight:bold;
}

#mestre .esquerdo { float:left; text-align:left; padding-left:25px;}
