/* CSS Document */
*{margin:0; padding:0;}

body{ 
	background:url(../img/bakgrounTopo.jpg) repeat-x top;
	
}
#geral{
	margin:0 auto;
	width:775px;
}
#menu{
	width:200px;
	height:447px;
	float:left;
}
#submenu{
	width:196px;
	height:118px;
	float:left;
	font-size:16px;
	color:#CC6600;
	font-weight:bold;
	margin-top:15px;
	border-right:#CCCCCC solid 1px;
}
#titulosubmenu{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}


#tabela{
	font-family:Arial, Helvetica, sans-serif, "Times New Roman";
	font-size:12px;
}
#topTabela1{
	border-right:#CCCCCC solid 1px;
	border-bottom:#CCCCCC solid 1px;
	width:260px;
	height:100px;
	font-size:14px;
	color:#009900;
	font-weight:bold;
}
#texto		{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}
#texto1{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}
#topTabela2{
	border-right:#CCCCCC solid 1px;
	width:260px;
	height:90px;
	font-size:16px;
	color:#FF0000;
	font-weight:bold;
	margin-top:20px;
}
#texto2{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}

#topTabela3{
	width:280px;
	height:100px;
	font-size:16px;
	color:#0033FF;
	font-weight:bold;	
	margin-left:20px;
	border-bottom:#CCCCCC solid 1px;
}
#texto3{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}

#topTabela4{
	width:280px;
	height:90px;
	font-size:16px;
	color:#FF9900;
	font-weight:bold;
	margin-left:20px;
	margin-top:20px;
}
#texto4{
	font-size:11px;
	color:#333333;
	font-family:Arial, sans-serif;
	font-weight:normal;
}
/* CÓDIGO TEMPO - DOLAR - PARCEIROS */
#tempo{
	width:195px;
	height:170px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:15px;	
	border-right:#CCCCCC solid 1px;
}

#dolar{
	width:263px;
	height:170px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	border-right:#CCCCCC solid 1px;
}
#parceiros{
	width:280px;
	height:170px;
	font-size:16px;
	color:#000;
	font-weight:bold;
	margin-left:20px;
	margin-top:30px;
}
#tituloparceiros{
	font-size:11px;
	color:#666666;
	font-weight:normal;
	font-family:Arial, sans-serif;
}
/* INICIO RODAPÉ */
#rodape{
	width:775px;
	height:34px;
}
#fcstudio{	
	width:150px;
	float:left;
	margin-top:8px;
	margin-left:12px;
}
#copy{
	width:400px;
	float:left;
	margin-top:8px;
	margin-left:17px;
}
#contador{
	width:165px;
	float:left;
	margin-top:8px;
	margin-left:16px;
	text-align:right;
}
a:link{
	font-family:Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
a:hover{
	font-family:Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #333;	
}
a:visited{
	font-family:Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

