
#maincontainer {
	width:632 !important;
	width:762px;
	border-left: 130px solid #eaf1f7;
	border-bottom:1px solid #fff;
	border-top:1px solid #eaf1f7;	
}

/*** roundedcorners ***/

/* estes três primeiros estilos permitem fazer o topo vermelho */

div.headerRoundRed {
	background: #E54848 url(/img/rl_orange.gif) top left no-repeat;
	color:#ffffff;
	font-weight:bold;

}

div.headerRoundRed div {
	background: url(/img/rr_orange.gif) top right no-repeat;
		padding:4px;
}

div.headerRoundRed span {
		background: url(/img/arrow_white_fundos.gif) 0px 6px no-repeat;
		margin-left:5px;
		padding-left:10px;
}


div.contentRoundBottom {	
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;	
	border-bottom:1px solid #cccccc;
}

div.contentRoundBottom * {
	position: relative;
}

div.contentRoundBottom div.rblp {
		background: url(/img/rbl.gif) bottom left no-repeat;
		left:-1px;
		bottom:-1px !important;
		bottom:0px;	
}

div.contentRoundBottom div.rbrp {
		background: url(/img/rbr.gif) bottom right no-repeat;
		right:-2px;
		bottom:0px !important;
		bottom:-1px;
		padding:10px;
		padding-bottom:0;
}


div.contentRoundTop {
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;	
	border-top:1px solid #cccccc;
	font-size:1px;
}

div.contentRoundTop * {
	position: relative;
}

div.contentRoundTop div.rtl {
		background: url(/img/rtl.gif) top left no-repeat;
		left:-1px;
		top:-1px !important;
		top:-1px;

}

div.contentRoundTop div.rtr {
		background: url(/img/rtr.gif) top right no-repeat;
		right:-2px;
		top:0px !important;
		top:0px;
}

div#headprint {
	display:none;
}

a.lnk10azul{font-family : Verdana,Arial,Helvetica, sans-serif;font-size:9px;color:#003366;}
a.lnk10azul:hover{text-decoration:none;}


