﻿body 
{
    margin-top:0px;
    font-family:Tahoma,Verdana,Arial;
    font-size:small;
    background-color:#EAF4D5;
    
    
}

#geral
{
    text-align:center;
}

.panelconsulta
{
    font-weight:bold;
    font-family:Tahoma,Verdana,Arial;
    font-size:small;
}

.textbox
{
    border-style:solid;
    border-width:1px;
    border-color:Black;
    color:Black;
}

a, a:link, a:visited 
{
	color: white;
    text-decoration: none;
}

a:hover 
{
	color: blue;
    text-decoration: underline;
}



