﻿body 
{
	background-color: #FCF9F3;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
}

table 
{
	width: 100%;
}

.botao 
{
	background-color: #5C202D;
	color: #FFF;
	padding: 6px 8px 6px 8px;
	cursor: pointer;
}
.botao:hover 
{
	background-color: #B8924A;
}
.lnk 
{
	text-decoration: none;
	color: #FFF;
}
.selected 
{
	background-color: #B8924A;
	color: #FFF;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
}
.msg 
{
	font-size:12pt;
	font-weight: bold;
	color: #222222;
	text-align:center;
}
.titulo 
{
	font-style:italic;
	font-size: larger;
	font-size:26pt;
	text-align: center;
	font-weight: bolder;
	color:#B8924A; 
	padding-top: 40px; 
	padding-bottom: 40px;
}
.pos 
{
	text-align: center; 
	vertical-align:bottom; 
	padding-top: 60px;
}