/* Form  */

.FormFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}
A.FormFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #000000;
}
A:Hover.FormFacultativo
{
	font-size        : 9pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #DBE8F3;
}

.FormFacultativoSmall
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}
A.FormFacultativoSmall
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #000000;
}
A:Hover.FormFacultativoSmall
{
	font-size        : 8pt;
	font-weight      : normal;
	font-style       : normal;
	text-decoration  : underline;
	color            : #DBE8F3;
}

.FormObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : #000000;
}
A.FormObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	color            : #000000;
}
A:Hover.FormObrigatorio
{
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : underline;
	color            : #DBE8F3;
}

TD.FormErro
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : middle;
	text-align       : left;
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : #FF0000;
}
TD.FormSucesso
{
	padding-top      : 2px;
	padding-bottom   : 2px;
	vertical-align   : middle;
	text-align       : left;
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : Green;
}
.FormErro
{
	text-align       : left;
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : #FF0000;
}
.FormSucesso
{
	text-align       : left;
	font-size        : 9pt;
	font-weight      : bold;
	font-style       : normal;
	text-decoration  : none;
	color            : Green;
}
