a:link 
{ 
    text-decoration: none;
}
a:active 
{  
    text-decoration: none;
}
a:visited 
{ 
    text-decoration: none;
}
a:hover 
{  
    text-decoration: none;
}

BODY 
{
    SCROLLBAR-ARROW-COLOR:  #000000; 
    SCROLLBAR-BASE-COLOR:   #dcdcdc;
}

TD
{
	font-family:Arial;
	font-size:11px;
}


TextArea, INPUT
{
    background-color:#f1f1f1; 
    font-family:Arial;
    font-size:11px;
}

select 
{
    background-color:#f1f1f1; 
    font-family:Arial;
    font-size:11px;
}

.TextLabel
{
    border-width:0;
}

.Botao_Padrao
{
	border-width:1px;
	border-style: solid;	
	background-color: #dcdcdc;
	width:60px;
	font-family:Arial;
	font-size:10px;
}

.Botao_Especial
{
	border-width:1px;
	border-style: solid;	
	background-color: #dcdcdc;
	width:90px;
	font-family:Arial;
	font-size:10px;
}

.Botao_Destaque
{
	border-width:1px;
	border-style: solid;
    background-color: Silver;
    width:75px;
    height:auto;
    font-family:Arial;
    font-weight:bold;
	font-size:10px;
}

.barra 
{  
    font-family: Arial;
    font-size: 12px;
}

.TD_Titulo
{
	color: #696969;
    background-color: white;
    font-family: Arial;
    font-weight: bold;
    font-size:Large;
}

.TD_SubTitulo1
{
	color: Black;
    font-family: Arial;
    font-weight: bold;
    font-size:x-small;
}

.TD_SubTitulo2
{
	color: Black;
    background-color: white;
    font-family: Arial;
    font-weight: bold;
    font-size:smaller;
}

.TD_SubTituloFundo
{
	color: Black;
	background-color: #e0e0e0;
    font-family: Arial;
    font-weight: bold;
    font-size:smaller;
}

.DataGrid_Padrao
{
	background-color:White;
	border-color:white;
	border-width:1px;
	border-style: Solid;
	font-size: Smaller;
	border-collapse: collapse;
	padding: 3;
}

.DataGrid_Header
{	
	font-family:Arial;
	color: Black;
	font-weight:bold;
	background-color: #c0c0c0;
}

.DataGrid_SelectedItem
{
    font-weight:bold;    
    background-color:#6495ed;
}

.DataGrid_DeleteItem
{
	font-weight:bold;    
    background-color:#6495ed;
}

.DataGrid_AlternatingItem
{
    color:Black;
    background-color: #dcdcdc;
}

.DataGrid_Pager
{	
	color: black;
	background-color: #c0c0c0;
	text-align:center;
}

.DataGrid_Footer
{
	color: white;
	background-color: #c0c0c0;
}

.CrystalFormatado
{	
	line-height:2mm;
	text-align:justify;
	text-justify:inter-word;
	letter-spacing: 1mm
}

