/* CSS Geral */

body {
	margin:0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/bg_geral.jpg);
	scrollbar-3dlight-color: #275788;
	scrollbar-highlight-color: #E1E1E1;
	scrollbar-face-color: #E1E1E1;
	scrollbar-arrow-color: #275788;
	scrollbar-shadow-color: #E1E1E1;
	scrollbar-darkshadow-color: #275788;
	scrollbar-track-color: #CFCFCF;
}

.borderTab{
	background-color:#EFEFEF;
	padding: 5px;
	border: solid 1px #CCC;
}

/* CSS Topo */

#topo img {
	float: left;
	clear: none;
}

#topo object {
	float: right;
	clear: none;
}

/* CSS Menu */

#flags {
	width: 225px;
	float: left;
	clear: none;
}		

/* CSS Rodape */

#rodape {
	width: 906px;
	height: 28px;
	font-size: 11px;
	padding-top: 8px;
	background-image: url(../images/bg_rodape.jpg);
	background-repeat: repeat-x;
}

.txtEsq {
	float: left;
	clear: none;
	color: #666;
	padding-left: 30px;
}

.txtDir {
	float: right;
	clear: none;
	color: #253E56;
	font-weight: bold;
	padding-right: 30px;
}

.txtDir a {
	color: #253E56;
	text-decoration: none;
}

.txtDir a:hover {
	color: #97ADB8;
}
	

	

	
		
