﻿.destaque 
{
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
    background: #888888;
}
td 
{
    vertical-align: top;
    text-align: left;
}
body {
/*	background-image: url(FUNDO%202.jpg);
	background-repeat: repeat-x;*/
	background-color: #ADADAD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10pt;
}
.titulo {
    height: 20px;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width: 100%;
    font-size: 12pt;
    text-align:center;
}
a {
    text-decoration: none;
}