html {

	width:100%;
	height:100%;
	overflow:hidden;

}

body {

	position:relative;
	margin:0 auto;	
	width:100%;		
	height:100%;
	overflow:hidden;
			
			
}

.solucao_click_flash{
	height:1px; 
	overflow:hidden;
	line-height:0;
	background-color:#FFFFFF
}

#mybody {
	
	position:relative;
	right:0;
	left:0;
	top:0;
	bottom:0;
	margin:0 auto;
	overflow:auto;
	width:100%;
	height:100%;
		
}

#wrapper {
	
	margin:0 auto;

}

#footer {

	
	text-align:left;
	padding:0.5em 3em 1em 3em;
	border-top:1px solid #EBEBEB;
	background:#FFF;
	

}

#footer strong {

	font:bold 12px arial;
	color:#00F;
	margin-right:10px;

}

#footer span {

	color:#666;
	font:normal 12px arial;
	padding:0 2px;
	
}

#footer a:hover {

	color:#1577FF;

}

#navbar {

	position:absolute;
	top:0px;
	left:0px;
	border-bottom:1px solid #EBEBEB;	
	padding:6px 0px;
	width:98.3%;
	text-align:right;
	background:white;

}

#navbar ul {
	
	padding-right:3em;

}

#navbar ul li {

	display:inline;
	font:normal 15px arial;
	color:#666;
	
}

#navbar ul li a {
	
	padding:2px 4px;
	color:#1538FF;
	
}

#navbar a:hover {
		
	text-decoration:none;
	color:white;
	background:#0D78DA;

}

#navbar ul li a.selected {
	
	font:bold 15px arial;
	text-decoration:none;
	color:white;
	background:#0D78DA;
	
}


a.green {
	
	color:#3F9413 !important;
	font-weight:bold;

}

a.green:hover {
	
	background:#3FBB13 !important;
	color:white  !important;
	text-decoration:none;
	
	font-weight:bold;

}


a.orange {

	color:#FF3F29 !important;
	font-weight:bold;
	
}

a.orange:hover {

	background:#FF3F29 !important;
	color:white !important;
	text-decoration:none;
	
}

a.informativo {
	
	font:bold 11px arial;
	padding:1px 7px;
	background:url(/imgs/informativo.gif) no-repeat;
	color:#000 !important;
	text-decoration:none !important;

}	

a.informativo:hover {

	background:url(/imgs/informativo_hover.gif) no-repeat;
	color:#000 !important;
}

sup {

	font:bold 9px verdana;
	color:#000;
	
}