/* Layout */
TD.MenuDireitoBase
{
	vertical-align      : top;
	text-align          : right;
	background-color    : #FFFFFF;
}

TD.MenuDirCurvaTituloTopo
{
	vertical-align   : top;
	text-align       : left;
	background-color : #000000;
}
TD.MenuDirTituloTopo
{
	padding-bottom   : 2px;
	vertical-align   : top;
	text-align       : left;
	background-color : #000000; /*526C00*/
}
TD.MenuDirTituloMeio
{
	border-top       : 1px solid #333366;
	padding-bottom   : 2px;
	vertical-align   : top;
	text-align       : left;
	background-color : #000000;
}
TD.MenuDirBulletOn
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : top;
	text-align       : center;

	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #FFFFFF;
	background-color : #85AA0F;
}
TD.MenuDirBulletOff
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : top;
	text-align       : center;

	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #526C00;
	background-color : #FFFFFF;
}
TD.MenuDirContOff
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : middle;
	text-align       : left;
	background-color : #FFFFFF;
}
TD.MenuDirContOn
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : top;
	text-align       : left;
	background-color : #85AA0F;
}

/* Texto */
.MenuDirTitulo
{
	font-size        : 10pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	letter-spacing   : 0px;
	color            : #FFFFFF;
}
A.MenuDirTitulo
{
	font-size        : 10pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #FFFFFF;
}
A:Hover.MenuDirTitulo
{
	font-size        : 10pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #000000;
}
.MenuDirContOn
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	letter-spacing   : 0px;
	color            : #FFFFFF;
}
A.MenuDirContOn
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #FFFFFF;
}
A:Hover.MenuDirContOn
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #000000;
}
.MenuDirContOff
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	letter-spacing   : 0px;
	color            : #000000;
}
A.MenuDirContOff
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #000000;
}
A:Hover.MenuDirContOff
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #DBE8F3;
}
.MenuDirContSmall
{
	font-size        : 7pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	letter-spacing   : 0px;
	color            : #000000;
}
A.MenuDirContSmall
{
	font-size        : 7pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #000000;
}
A:Hover.MenuDirContSmall
{
	font-size        : 7pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	letter-spacing   : 0px;
	color            : #000000;
}
.MenuDirContSmallRed
{
	font-size        : 7pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	letter-spacing   : 0px;
	color            : #FF0000;
}
.MenuDirFormTextBox
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
	border		     : 1px solid #000000;
	
}

.MenuDirFormSubmitButton
{
	font-size        : 7pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #FFFFFF;
	border           : 1px solid #000000;
	margin           : 1px;
	background-color : #000000;
}

