/* CSS Document */

body{
	background-color:#E0EAEA;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin:0px 0px 0px 0px;
	padding:0;
	background-image: url(../imagens/mainbkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 1.4em;
}

p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}


.barra {
	display:none;
}

.saltar{
	display: none;
}



#menu {
	position:relative;
	display:block;
	margin: auto;
	padding: 0;
	height: 24px;
	width: 798px;
	z-index: 990;
}

#menu_list {
	position: absolute;
	width: 752px;
	height: 24px;
	margin-left: 0px;
	text-align: left;
}

#menu_list h2{
	display:none;
}



.path        {font-size : 8pt; font-family : Tahoma; color : #FFFFFF; font-weight: bold;}
.normal      {font-size : 9pt; font-family : Tahoma; color : #000000;}
.bold        {font-size : 9pt; font-family : Tahoma; color : #000000; font-weight: bold;}
.italico     {font-size : 9pt; font-family : Tahoma; color : #000000; font-style:italic;}
.small       {font-size : 8pt; font-family : Tahoma; color : #000000;}
.smallb      {font-size : 8pt; font-family : Tahoma; color : #000000; font-weight: bold;}
.small7      {font-size : 7pt; font-family : Tahoma; color : #000000; font-weight: bold;}
.smallcinza  {font-size : 8pt; font-family : Tahoma; color : #333333;}
.smallbranco {font-size : 8pt; font-family : Tahoma; color : #FFFFFF;}
.data        {font-size : 7pt; font-family : Tahoma; color : white; font-style:italic;}
.titulo      {font-size : 9pt; font-family : Arial; color : white; font-weight: bold;}
.titulodstq  {font-size : 11pt; font-family : Arial; color : #026615; font-weight: bold;}
.bad         {font-size : 9pt; font-family : Arial Black; color : red; font-weight: bold;}

/* formularios */

.botao
	{
		font-family: Tahoma;
		font-size: 7pt;
		font-weight: bold;
		color: #FFFFFF;
		background: #026615;
		border: solid;
		border-width: 1;
		border-color: #026615;
	}
	
.form
	{
		font-family: Verdana;
		font-size: 7pt;
		font-weight: bold;
		color: #000000;
		background: #FFFFFF;
		border-style: solid;
		border-width: 1;
		border-color: #026615;
	}
		
		
/* fim  formularios */


/* NORMAL */

A         {color:#000080; TEXT-DECORATION: underline;}
A:Visited {color:#000080; TEXT-DECORATION: underline;}
A:Active  {color:#808080; TEXT-DECORATION: underline;}
A:Hover   {color:#F40000; TEXT-DECORATION: underline;}


/* LER MAIS */

A.lermais         {color:#459B4B; TEXT-DECORATION: underline;}
A.lermais:Visited {color:#459B4B; TEXT-DECORATION: underline;}
A.lermais:Active  {color:#026615; TEXT-DECORATION: underline;}
A.lermais:Hover   {color:#FF9900; TEXT-DECORATION: underline;}


/* RODAPÉ */

A.rodape         {color:#FFFFFF; TEXT-DECORATION: underline;}
A.rodape:Visited {color:#FFFFFF; TEXT-DECORATION: underline;}
A.rodape:Active  {color:#80FFFF; TEXT-DECORATION: underline;}
A.rodape:Hover   {color:#80FFFF; TEXT-DECORATION: underline;}


/* CAIXAS */

A.cxverde             {color:#FFFFFF; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxverde:Visited     {color:#FFFFFF; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxverde:Active      {color:#000000; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxverde:Hover       {color:#CCFFCC; TEXT-DECORATION: underline;font-size:8pt;font-family:Tahoma,Verdana,Arial;}

A.cxcinza             {color:#333333; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxcinza:Visited     {color:#333333; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxcinza:Active      {color:#000000; TEXT-DECORATION: none;font-size:8pt;font-family:Tahoma,Verdana,Arial;}
A.cxcinza:Hover       {color:#808080; TEXT-DECORATION: underline;font-size:8pt;font-family:Tahoma,Verdana,Arial;}

A.cxheraldica             {color:#FFFFFF; TEXT-DECORATION: none;font-size:10pt;font-family:Tahoma,Verdana,Arial;}
A.cxheraldica:Visited     {color:#FFFFFF; TEXT-DECORATION: none;font-size:10pt;font-family:Tahoma,Verdana,Arial;}
A.cxheraldica:Active      {color:#000000; TEXT-DECORATION: none;font-size:10pt;font-family:Tahoma,Verdana,Arial;}
A.cxheraldica:Hover       {color:#CCFFCC; TEXT-DECORATION: underline;font-size:10pt;font-family:Tahoma,Verdana,Arial;}


/* PATH */
A.path
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
}
A.path:Visited
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
}
A.path:Active
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
}
A.path:Hover
{
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: underline;
}


