<style>
	* {
		margin:0;
		padding:0;
	}
	* html p {
		margin-bottom:10px;
		padding:0;
	}
	body,td,th {
		font-size: 11px;
		color: #65553C;
		font-family: Tahoma,Arial, Helvetica, sans-serif;
	}
	body {
		background-color: #FBF27B;
		background-image:url(../img/bg.jpg);
		background-repeat:repeat-x;
		background-position:top;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	p{ 
		margin-top:0px;
		margin-bottom:10px;
	}
	a{
		outline:none;
	}
	ul,li{
		padding:0px;
		margin:0px;
		margin-left:8px;
		padding-bottom:5px;
	}
	ol{
		padding:0px;
		margin:0px;
		margin-left:15px;
	}
	img{
		border:0px;
		behavior:url("pngbehavior.htc");
	}
	.espacoentrelinhas{
		line-height:130%;
	}
	.campoarea{
		font:11px Verdana;
		border:1px solid #CCCCCC;
		margin:0 0 5px 0;
		background:#FFFFFF;
		color:#6F6F6F;
		oveflow:auto;
	}
	.campoinput{
		font:11px Verdana;
		border:1px solid #CCCCCC;
		margin:0 0 5px 0;
		height:15px;
		background:#FFFFFF;
		color:#6F6F6F;
	}
	.camposelect{
		font:11px Verdana;
		border:1px solid #CCCCCC;
		margin:0 0 5px 0;
		height:18px;
		background:#FFFFFF;
		color:#6F6F6F;
	}
	.copy{
		color:#65553C;
		text-decoration:none;
		font-size:10px;
	}
	a.copy:hover, a.copy:hover *, .copy a:hover, .copy a:hover *{color: #65553C; text-decoration: underline;}
	
	.link{
		color:#65553C;
		text-decoration:none;
		font-size:11px;
	}
	a.link:hover, a.link:hover *, .link a:hover, .link a:hover *{color: #65553C; text-decoration: underline;}
	
	.linkreceita{
		color:#65553C;
		text-decoration:none;
		font-size:12px;
	}
	a.linkreceita:hover, a.linkreceita:hover *, .linkreceita a:hover, .linkreceita a:hover *{color: #65553C; text-decoration: underline;}
	
	
	
	
	/* INICIO PAGINACAO */
	.texto_paginacao_pgatual {
		font-family: Verdana;
		font-size: 11px;
		display:inline-block;
		padding:7px;
		background-color:#f4f4f4;			/* Cor do fundo da pagina atual */
		color:#65553C;							/* Cor da fonte da pagina atual */
	}
	a.texto_paginacao {
		font-family: Verdana;
		font-size: 11px;
		text-decoration:none;
		display:inline-block;
		padding:7px;
		color:#65553C;							/* Cor da fonte qndo nao for atual */
	}
	a.texto_paginacao:hover {
		display:inline-block;
		padding:7px;
		color:#FFFFFF;						/* Cor da fonte qndo hover */
		background-color:#E0B302;			/* Cor do fundo qndo hover */
	}
	/* FIM PAGINACAO */
	
	/* REPRESENTANTES */
	.Representantes_Estado{
		padding-bottom:10px;
		font-size:14px;
		font-weight:bold;
		color:#65553C;
	}
	.Representantes_Texto{
		color:#65553C;
	}
	/* REPRESENTANTES */
	
	/* AGENDA */
	.Agenda_ano {
		font-size:18px;
		color:#6F6F6F;
		font-weight:bold;
	}
	.Agenda_data {
		font-size:18px;
		color:#6F6F6F;
		font-weight:bold;
	}
	.Agenda_mes1{
		text-align:center;
		padding:5px 15px 5px 15px;
		background-color:#CCCCCC;
		color:#6F6F6F;
		cursor:pointer;
	}
	.Agenda_mes1:hover{
		background-color:#999999;
	}
	.Agenda_mes2{
		text-align:center;
		padding:5px 15px 5px 15px;
		background-color:#CCCCCC;
		color:#6F6F6F;
		cursor:pointer;
	}
	.Agenda_mes2:hover{
		background-color:#999999;
	}
	/* AGENDA */
	
	/* TRABALHE CONOSCO (CAMPO FILE) */
	#div-input-file{
		background:url(../img/file.gif) no-repeat 100% 0px;
		height:28px;
		width:250px;
		margin:0px;
		position:relative;
	}
	#div-input-file #file-original{
		opacity: 0.0;
		-moz-opacity: 0.0;
		filter: alpha(opacity=00);
		font-size:18px;
	}
	#div-input-falso{
		position:absolute;
		top:0px;
		left:0px;
	}
	#div-input-falso #file-falso{
		width:173px;
		height:18px;
		font-size:11px;
		font-family: tahoma;
		color:#666;
		border: 1px solid #CCCCCC;
		position:absolute;
		top:0px;
		left:0px;
	}
	/* TRABALHE CONOSCO (CAMPO FILE) */
	/* MENU */
	#menu {
		background-image:url(../img/menu.jpg);
		height:38px;
		display:block;
	}
	.menuHome {
		width:117px;
		background-position:0px 0px;
	}
	.menuHome:hover {
		background-position:0px -38px;
	}
	.menuEmpresa {
		width:144px;
		background-position:-117px 0px;
	}
	.menuEmpresa:hover {
		background-position:-117px -38px;
	}
	.menuFornecedores {
		width:180px;
		background-position:-261px 0px;
	}
	.menuFornecedores:hover {
		background-position:-261px -38px;
	}
	.menuDistribuidores {
		width:194px;
		background-position:-441px 0px;
	}
	.menuDistribuidores:hover {
		background-position:-441px -38px;
	}
	.menuLocalizacao {
		width:175px;
		background-position:-635px 0px;
	}
	.menuLocalizacao:hover {
		background-position:-635px -38px;
	}
	.menuContato {
		width:140px;
		background-position:-810px 0px;
	}
	.menuContato:hover {
		background-position:-810px -38px;
	}
	
	.menu2Produtos {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:26px;
		background-position:0px 0px;
	}
	.menu2Produtos:hover {
		background-position:-180px 0px;
	}
	.menu2Receitas {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:31px;
		background-position:0px -26px;
	}
	.menu2Receitas:hover {
		background-position:-180px -26px;
	}
	.menu2Noticias {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:31px;
		background-position:0px -57px;
	}
	.menu2Noticias:hover {
		background-position:-180px -57px;
	}
	.menu2Curiosidades {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:31px;
		background-position:0px -88px;
	}
	.menu2Curiosidades:hover {
		background-position:-180px -88px;
	}
	.menu2Galeria {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:31px;
		background-position:0px -119px;
	}
	.menu2Galeria:hover {
		background-position:-180px -119px;
	}
	.menu2Game {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:31px;
		background-position:0px -150px;
	}
	.menu2Game:hover {
		background-position:-180px -150px;
	}
	.menu2Video {
		background-image:url(../img/menu_lateral.jpg);
		display:block;
		width:180px;
		height:27px;
		background-position:0px -181px;
	}
	.menu2Video:hover {
		background-position:-180px -181px;
	}
	/* MENU */
</style>
