﻿
.ColorRow:hover
{
	background-color: #DDEEDD;
}

.LeftSide
{
	text-align: right;
}

.RightSide
{
	text-align: left;
}

.TextoNegrito
{
	font-weight: bold;
}

.TextoVerdeEscuro
{
	color: #2d621c;
	font-weight: bold;
}

.TextoLabel
{
	text-align: justify;
	text-indent: 30px;
}

.TextoParaDireita
{
	text-align: right;
}

.TextoParaEsquerda
{
	text-align: left;
	text-indent: 0px;
}

.TextoCentro
{
	text-align: center;
	text-indent: 0px;
}