Body
{
    FONT-SIZE: 8pt;
    background-color: #F4F5F0;
    FONT-FAMILY: Microsoft Sans Serif,MS Sans Serif
}

INPUT.CODIGO
{
    FONT-SIZE: 7pt;
    COLOR: black;
    FONT-FAMILY: Arial, Microsoft Sans Serif,MS Sans Serif;
    height: 12px;
    text-align: center;
    background-color: OldLace;
    readonly: true;
    width: 50px;
}

INPUT.CamposLogin
{
    FONT-SIZE: 7pt;
    COLOR: black;
    FONT-FAMILY: Arial, Microsoft Sans Serif,MS Sans Serif;
    height: 12px;
    text-align: center;
}

SELECT.Campos
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Microsoft Sans Serif,MS Sans Serif;
}

INPUT.Campos
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial, Microsoft Sans Serif,MS Sans Serif;
    height: 12px;
}

A.LinkCinza
{
    FONT-SIZE: 8pt;
    COLOR: gray;
    font-weight: bold;
    FONT-FAMILY: Verdana;
    text-decoration: none;
}

A:hover.LinkCinza
{
	text-decoration: underline;
}

A.LinkBranco
{
    FONT-SIZE: 8pt;
    COLOR: white;
    font-weight: bold;
    FONT-FAMILY: Verdana;
    text-decoration: none;
}

A:hover.LinkBranco
{
	text-decoration: underline;
}

SPAN.InfoInferior
{
	font-family: Verdana;
	font-size: 10px;
	color: black;
}

SPAN.TituloPagina
{
	font-size: 12px;
	font-family: Verdana;
	margin-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

DIV.Texto
{
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	margin-left: 20px;	
	margin-right: 20px;	
	word-spacing: 00px;
	line-height: 20px;
}

TD.LabelCampo
{
	text-align: left;
}

INPUT.BtnNormal
{
	font-family: Verdana;
	font-size: 10px;
	background-color: silver;
	border-style: groove;
	height: 18px;
}

INPUT.BtnExcluir
{
	font-family: Verdana;
	font-size: 10px;
	background-color: silver;
	border-style: groove;
	font-weight: bold;
	color: red;
	height: 18px;
}

INPUT.BtnProcurar
{
	display: none;
}

SPAN.MsgSistema
{
	font-size: 10px;
	font-family: Arial;
	color: red;
	text-align: center;
}

TABLE.TabelaGrid
{
	border-style: ridge;
	border-spacing: 02px;
}
	
TD.TituloGrid
{
	color: White;
	font-weight: bold;
	background-color: gray;
}

TR.linha_grid_um
{
	background-color: #DEBEC1;
	line-height: 15px;
}

TR.linha_grid_dois
{
	background-color: #D5E1FC;
	line-height: 15px;
}

DIV.artigo
{
	color: black;
	font-weight: normal;
}

SPAN.titulo
{
	color: red;
	font-size: 12px;
	font-weight: bold;
}

SPAN.indice
{
	color: red;
	font-size: 10px;
	font-weight: bold;
}

SPAN.indice:hover
{
	text-decoration: underline;
}

SPAN.fonte
{
	color: Silver;
	font-size: 10px;
}

A.link_download
{
	margin-left: 10px;
	color: darkblue;
	font-family: Verdana;
	font-size: 10px;	
}