body {
	background-color: #D1D1D1;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	background-image: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
p {
	text-align: left;
	text-indent: 10px;
	margin-right: 5px;
	margin-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.titulo_home {
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0000FF;
}
.sub_tit {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: underline;
}
.tabelas {
	background-color: #efefef;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.dest {
	font-weight: bold;
	color: #FF0000;
}
