﻿body 
{
	background: url("img/bg.gif");
	background-repeat:repeat;
	margin: 0 0 0 0;
}

.tituloGrupo
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.label
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	text-decoration:none;	
}
.labelNotifique
{
	font-family: Arial;
	font-size: 11px;
	color: Red;
	text-decoration:none;	
}
.labelResult
{
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	margin-left: 0px;
}
.textbox
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	border-style: inset;
}
.espacoLinha
{
	height:1px;
	font-size: 8px;
}

.gridHeader
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
	background-color:#999999;
}
.gridLinha
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
}
.gridLinhaAlternada
{
	font-family: Arial;
	font-size: 11px;
	color: Black;
	background-color: #D5D6D1;
}
a:link {
  color     : Maroon;
  font-size : 11px;
}
a:visited {
  color: black;
}
a:hover {
  color: Maroon;
  text-decoration: none;
}
a:active {
  color: #999999;
}
