﻿body {
}

.txtComum 
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
}

.txtComum 
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
}

.txtErro
{
	font-family: arial;
	font-size: 12px;
	color: Red;
	font-weight: bold;
}

.txtDestaque
{
	font-family: arial;
	font-size: 12px;
	color: Teal;
	font-weight: bold;
}

.txtDestaque:link
{
	font-family: arial;
	font-size: 12px;
	color: Teal;
	font-weight: bold;
	text-decoration: none;
}

.txtDestaque:visited
{
	font-family: arial;
	font-size: 12px;
	color: Teal;
	font-weight: bold;
	text-decoration: none;
}

.txtDestaque:hover
{
	font-family: arial;
	font-size: 12px;
	color: Teal;
	font-weight: bold;
	text-decoration: underline;
}

.campo
{
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    border: 1px solid #666666;
}

.Botao
{
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #333333;
	background-color: Teal;
}