.LabelObrigatorio
{
	font-weight: bold;
	font-size: 8pt;
	color: crimson;
	font-family: Verdana, Arial;
}

.LabelAvisoObrigatorio
{
	font-weight: bold;
	font-size: 7pt;
	color: crimson;
	font-family: Verdana, Arial;
}

.LabelMenu
{
	font-weight: bold;
	font-size: 8pt;
	color: mediumseagreen;
	font-family: Verdana, Arial;
}

.Link
{
	font-weight: bold;
	font-size: 8pt;
	cursor: hand;
	color: #004000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.LinkMenu
{
	font-weight: normal;
	font-size: 8pt;
	cursor: hand;
	color: #004000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

.ImgLink
{
	font-weight: normal;
	font-size: 7pt;
	cursor: hand;
	color: #004000;
	font-family: Verdana, Arial;
	text-decoration: none;
}

A:hover
{
	color: mediumseagreen;
}

.ImgToolbar
{
	height: 24px;
	width: 24px;
	cursor: hand;
}

.LabelFormato
{
	font-weight: normal;
	font-size: 7pt;
	color: crimson;
	font-family: Verdana, Arial;
}

.LabelBold
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

.LabelTitulo
{
	font-weight: bold;
	font-size: 10pt;
	color: #004000;
	font-style: italic;
	font-family: Verdana, Arial;
}

.LabelNormal
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

.LabelMercado
{
	font-weight: bold;
	font-size: 8pt;
	color: darkslategray;
	font-style: italic;
	font-family: Verdana, Arial;
}

.TextHabilitado
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	padding-top: 3px;
	font-family: Verdana, Arial;
}
.TextDesabilitado
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #e9f5ed;
}

.TextNumericoHabilitado
{
	text-align: right;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	padding-top: 3px;
	font-family: Verdana, Arial;
}
.TextNumericoDesabilitado
{
	text-align: right;
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: black 1px solid;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	font-family: Verdana, Arial;
	background-color: #e9f5ed;
}

.ButtonSelecaoExterna
{
	font-weight: bold;
	font-size: 10px;
	width: 65px;
	height: 25px;	
	color: black;
	font-family: verdana;
	background-color: lightgoldenrodyellow;
}

.Button
{
	font-weight: bold;
	font-size: 10px;
	width: 80px;
	color: black;
	font-family: verdana;
	height: 25px;
}

.CheckBox
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial;
}

.OptionButton
{
	font-weight: bold;
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial;
}

.ComboBox
{
	font-size: 8pt;
	color: Black;
	font-family: Verdana, Arial;
}

.Separador
{
	border-right: white thin inset;
	border-top: white thin inset;
	border-left: white thin inset;
	border-bottom: white thin inset;
}

.GrdConsulta
{
	border-right: silver thin outset;
	border-top: silver thin outset;
	font-size: 8pt;
	border-left: silver thin outset;
	border-bottom: silver thin outset;
	font-family: Verdana, Arial;
	background-color: #e9f5ed;
}

.GrdHeaderConsulta
{
	font-weight: bold;
	font-size: 10pt;
	color: #004000;
	font-family: Verdana,Arial;
	background-color: #aec6b4;
	text-align: center;
}

.RowNormal
{
	font-weight: normal;
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial;
	background-color: #e9f5ed;
	text-align: left;
}

.RowSelected
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana,Arial;
	background-color: #aec6b4;
	text-align: left;
}

.TabelaTituloPagina
{
	background-color: #aec6b4;
}

.TabelaGeral
{
	background-color: #e9f5ed;
}

.LabelTituloRelatorio
{
	font-weight: bold;
	font-size: 8pt;
	color: #004000;
	font-style: italic;
	font-family: Verdana, Arial;
}

.BodyPopUpHelp
{
	font-weight: normal;
	font-size: 7pt;
	color: crimson;
	font-family: Verdana, Arial;
	background-color: #e9f5ed;
}