﻿body 
{
    font-size : 14px;
}


.link
{
	background-color:#A52A2A;
	color:White;
	text-decoration : none;
	border-width:thin;
	border-color:Maroon;
    cursor:default;  
}

.link:hover
{
	background-color:#FFD700;
	color: #4F4F4F;
	text-decoration: underline;
	border-width:thin;
	border-color:Maroon; 
    cursor:pointer;
}


.linknovo
{
    font-family : Verdana;
    font-size : 11px;
	color: Blue;
	text-decoration : none;
}

.linknovo:hover
{
	color: Black;
	text-decoration: underline;
}

.linktitulo
{
    color : White;
}

.linktitulo:hover
{
    color : Yellow;
}

.titulo
{
    font-size : 24px;
    font-family : Verdana, Arial, Tahoma;
  	color: White;
    letter-spacing : -1px;
}

.mensagem
{
    font-size : 15px;
    font-family : Verdana, Arial, Tahoma;
 	color: Red;
    letter-spacing : -1px;
}

.labelnormal
{
	
    font-size : 11px;
    font-family : Verdana, Arial, Tahoma;
    color : Black;
}

.textonormal
{
    font-size : 11px;
    font-family : Verdana, Arial, Tahoma;
}

.textBoxValor
{
    text-align :right;
}

.textBoxData
{
    text-align :center;
}

.textBoxCpfCnpj
{
    text-align : left;
}
