/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #999999;
}

body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
}

a:link {
	color: #C8A12F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #C8A12F;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #143A8D;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #C8A12F;
}

.destaque {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #143A8D;
}

.destaque-amarelo {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C8A12F;
}
.outline {
	border: 1px solid #999999;
}

