@charset "utf-8";
/* CSS Document */
body{
	background-image:url(imagens/fundo_pagina.jpg);
	background-repeat:repeat;
	margin-top:25px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.fundo_menu{
	margin-left:8px;
	position:relative; 
	height:50px; 
	background-image:url(imagens/fundo_menu.jpg); 
	background-repeat:no-repeat;
}
.menu{
	position:absolute;
	top:15px;
	left: 50px;
       
}
.menu a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-left:20px;
	margin-right:20px;
	color:#FFFFFF;
	text-decoration:none;
}
.menu a:hover{
	color:#006600;
	background-image:url(imagens/bg_menu.gif);
	background-repeat:repeat;
}
.tabelas{
	width:100%;
	height:380px;
}
.tabelas td{
	width:263px;
	height:380px;
	background-image:url(imagens/quadrado_abaixo.jpg);
	background-repeat:no-repeat;
}
.tabelas h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
}
.tabelas h3{
	color:#006600;
}
.tabelas span{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#006600;
}
.tabelas data_not{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#993300;	
}
.tabelas hr{
	width:95%;
	color:#999999;
	border:dashed 1px #999999;
}
.tabelas label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006600;
	font-weight:bold;
}
.tabelas .div_not a{
	text-decoration:none;
	color:#666666;
}
.tabelas .div_not a:hover{
	color:#00CC00;
}
.produtos_menu li{
	margin-top:10px;
	margin-left:20px;
}
.produtos_menu a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.produtos_menu a:hover{
	color:#009900;
}
.produtos{
	width:100%;
}
.produtos h2{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#000000;
}
.produtos h3{
	color:#006600;
}
.produtos span{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#006600;
}
.produtos data_not{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#993300;	
}
.produtos hr{
	width:95%;
	color:#999999;
	border:dashed 1px #999999;
}
.produtos label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006600;
	font-weight:bold;
}
.produtos .div_not a{
	text-decoration:none;
	color:#666666;
}
.produtos .div_not a:hover{
	color:#00CC00;
}
#menu_rodape a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
}
#menu_rodape a:hover{
	color:#CCCCCC;
}

