BODY {

	font:normal 10px Verdana;
	color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/topo04.gif);
	background-repeat: repeat-y;
}
/* Fontes do Site */
body,form,h1,h2,h3,h4,h5,h6,p,a,input,select,button,textarea,table {
	font-family:Tahoma,Verdana;
	font-size:11px;
	text-decoration:none;
	font-style:normal;
	color:#5d5549;
}


A {
	color:#666666;
}
A:link {
text-decoration : none;
}
A:visited {
text-decoration : none;
}
A:active {
text-decoration : none;
}
A:hover {
color: #00CCFF;
text-decoration : none;
}
.bg_tab {
background: #FFFFFF;
}

.campos {
border: 1px solid #cccccc; 
font-size : 10px;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #333;
}

.aviso { border: #D3BE96 1px solid; background-color: #FCF0D8; color:#000000; margin-bottom: 10px; }
.aviso A { color : #000; }
.mouse { cursor:pointer; }
.verde { background-color:#00CC00; width:12px; height:12px;  }
.amarelo { background: #FFCC00; width:12px; height:12px;  }
.vermelho { background: #FF0000; width:12px; height:12px;  }
.azul { background: #0099CC; width:12px; height:12px;  }

/* TEXTO */

.titulo {

	font-weight: bold; font-size: 18px; color: #691843; font-family: "Trebuchet MS"; text-decoration: none
}
.texto_branco
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.texto_branco A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.texto_peq
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

/* ################ MENU LATERAL ##########################################################################*/
#esquerda 
{
	width:150px;
}

#esquerda ul#menu_interna
{
	width:150px;
	display:block;
	clear:both;
	list-style:none;
	padding:0 0 10px 0;
	margin-left:4px;
}

#esquerda ul#menu_interna li {

	width:150px;
	padding:7px 10px 8px 7px;
	background-image: url(../img/bg_item_menu.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
}

#esquerda ul#menu_interna li#titulo{
{
	background-image: url(../img/tit_menu_canais.png);
	color:#FFFFFF;
	font-weight:bold;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#esquerda ul#menu_interna li:hover {
	background-image: url(../img/bg_item_menu2.gif);
}

#esquerda ul#menu_interna li a {
	width:150px;
	display:block;
}