/*content style (text=pageContent)*/

a.a:link       {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.a:hover      {font-family: Tahoma; font-size: 11px; text-decoration: underline; color: #FFFFFF;font-weight: bold;}
a.a:visited    {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #FFFFFF; font-weight: bold;}

a.b:link       {font-family: Tahoma; font-size: 11px; text-decoration: none; color: RED; font-weight: bold;}
a.b:hover      {font-family: Tahoma; font-size: 11px; text-decoration: underline; color: RED;font-weight: bold;}
a.b:visited    {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #000000; font-weight: bold;}

a.c:link       {font-family: Tahoma; font-size: 11px; text-decoration: none; color: RED;}
a.c:hover      {font-family: Tahoma; font-size: 11px; text-decoration: underline; color: RED;}
a.c:visited    {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #000000;}

a.d:link       {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #000000;}
a.d:hover      {font-family: Tahoma; font-size: 11px; text-decoration: underline; color: #000000;}
a.d:visited    {font-family: Tahoma; font-size: 11px; text-decoration: none; color: #000000; font-weight: bold;}

span           {font-family: Tahoma; font-size: 12px; text-decoration: none; color: #000000;}


.caixa      {font-family: Tahoma; font-size: 12px; text-decoration: none; color: #000000;}



.text-header
{
	font-size: 21px;
	color: #86B1C3;
	font-family: Tahoma;
}

.text, .itemTable
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

.table
{
	border: #ececec solid 1px;
}

.itemTable
{
	border: #ececec solid 1px;
	font-size:12px;
	font-weight:bold;
}

.pageContent 
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}

.pageContent a 
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
}


/* top elements */

.company
{
	font-size: 24px;
	color: white;
	font-family: Tahoma;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 9px;
	color: white;
	font-family: Tahoma;
}


/*main menu*/

.menu
{
	font-size: 12px;
	color: #7B97A9;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}

.menu:hover
{
	color: #496170;
}

.amenu
{
	font-size: 12px;
	color: #7B97A9;
	font-family: Tahoma;
	text-decoration: underline;
	word-spacing: -1px;
	font-weight: bold;
}


/*submenu*/

.submenu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;	
}

.asubmenu
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;	
}


/*bottom menu*/

.bmenu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}

.bmenu:hover
{
	color: #000000;
}

.abmenu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 9px;
	color: #DFDFDF;
	font-family: Tahoma;
}

.submenu-bg
{
	background-color: #8BA7B3;
}

.TrInvisivel { DISPLAY: none; VISIBILITY: hidden }