﻿.text
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}
.Descricao
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    border-top: lightgrey 1px outset;
    border-left: lightgrey 1px outset;
    border-right: lightgrey 1px outset;
}
.destaqueNome
{
    font-weight: bold;
    color: #006600;
}
.textDestaque
{ 
	font-size: 12px;
	color: #FFA500;
	font-family: Arial;
    font-weight: bold; 
}
.txtMaiusculo
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-transform: uppercase;
}
.txt
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
}
.txtDestaque
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    background-color: #f2fff1;
}
.button
{
    font-size: 11px;
    color: #006400;
    font-family: Arial;
    background-color: #e0e6d9;
}
.hr2
{
    border-right: white 1px solid;
    border-top: #ffcc66 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
}
.TabelaResultado
{
    background-color: #1C5E55;
    color: white;
    font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}
.Fundo
{
    background-image: url(images/fundo.jpg);
}
.Progress
{
    width: 100%;
    height: 100%;
    left: 0%;
    position: fixed;
    bottom: 0;
    background-image: url(images/bgUpdteProgress.png);
    cursor: wait;
}