<style>
	* {
		margin:0;
		padding:0;
	}
	* html p {
		margin-bottom:10px;
		padding:0;
	}
	body,td,th {
		font-size: 12px;
		color: #6F6F6F;
		font-family: Tahoma,Arial, Helvetica, sans-serif;
	}
	body {
		background-color: #FFFFFF;
		background-image:url(../img/bg.jpg); 
		background-position:top; 
		background-repeat:repeat-x;
		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:#000;
		text-decoration:none;
		font-size:13px;
	}
	a.copy:hover, a.copy:hover *, .copy a:hover, .copy a:hover *{color: #000; text-decoration: underline;}
	
	.titulo_canais{
		color:#C00;
		text-decoration:none;
		font-size:18px;
	}
	a.titulo_canais:hover, a.titulo_canais:hover *, .titulo_canais a:hover, .titulo_canais a:hover *{color: #C00; text-decoration: underline;}	
	
	.copy2{
		color:#000;
		text-decoration:none;
		font-size:13px;
	}
	a.copy2:hover, a.copy2:hover *, .copy2 a:hover, .copy2 a:hover *{color: #000; text-decoration: underline;}	
	
	/* INICIO PAGINACAO */
	.texto_paginacao_pgatual {
		font-family: Verdana;
		font-size: 11px;
		display:inline-block;
		padding:7px;
		background-color:#e1e1e1;			/* Cor do fundo da pagina atual */
		color:#333;							/* Cor da fonte da pagina atual */
	}
	a.texto_paginacao {
		font-family: Verdana;
		font-size: 11px;
		text-decoration:none;
		display:inline-block;
		padding:7px;
		color:#333;							/* Cor da fonte qndo nao for atual */
		font-weight:bold;
	}
	a.texto_paginacao:hover {
		display:inline-block;
		padding:7px;
		color:#FFFFFF;						/* Cor da fonte qndo hover */
		font-weight:bold;
		background-color:#03639D;			/* Cor do fundo qndo hover */
	}
	/* FIM PAGINACAO */
	
	/* REPRESENTANTES */
	.Representantes_Estado{
		padding-bottom:10px;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
	}
	.Representantes_Texto{
		color:#ffffff;
	}
	/* 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.png);
		height:32px;
		display:block;
	}

	.menuPrincipal {float:left; width:94px; background-position:-0px 0px;}
	.menuPrincipal:hover {background-position:-0px -32px;}

	.menuEmpresa{float:left; width:136px; background-position:-94px 0px;}
	.menuEmpresa:hover {background-position:-94px -32px;}

	.menuServicos {float:left; width:140px; background-position:-230px 0px;}
	.menuServicos:hover {background-position:-230px -32px;}
	
	.menuContato {float:left; width:130px; background-position:-370px 0px;}
	.menuContato:hover {background-position:-370px -32px;}

	/* MENU */
</style>