﻿body
{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(BackGrounds/body.png);
	background-repeat : repeat-x 
}

.Titulo
{
    font-size : 18px;
	font-family: Verdana;
	font-weight: bold;

}

.Explica
{
    font-size : 12px;
	font-family: Verdana;
	font-weight: bold;
}	

.Mensagem
{
    font-size : 11px;
	font-family: Verdana;
	font-weight: bold;
}	

.SubTitulo
{
    font-size : 15px;
	font-family: Verdana;
	font-weight: bold;

}

.SubTabela
{
	font-size: 9px;
	font-family: Verdana;
	font-weight: bold;
	color: #0099ff;
}
A
{
	color: black;
	text-decoration: none;
}
A:active
{
	color: black;
}
A:hover
{
	color: black;
}
A:link
{
	color: black;
}
A:visited
{
	color: black;
}
.tableGeral
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BACKGROUND-IMAGE: url(Imagens/background.png); 
	BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; 
	BACKGROUND-COLOR: white
}