﻿table {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	right: auto;
	left: auto;
	clip: rect(auto, auto, auto, auto);
}
body {
	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
}
.td_tema {
	height: 28px;
	background-color: #333333;
	color: #FFFFFF;
}
.td_tema p {
	margin: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.td_resultado {
	margin: 2px;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	vertical-align: middle;
	height: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-align: justify;
}
.td_resultado:hover {
	margin: 2px;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	vertical-align: middle;
	height: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	text-align: justify;
	background-color: #FFF2D7;
}
.td_paginacao {
	border-style: none;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: verdana;
	vertical-align: middle;
	text-align: center;
	height: 18px;
	padding-left: 10px;
	text-decoration: none;
}
.td_video {
	margin: 2px;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	vertical-align: middle;
	height: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.td_video:hover {
	margin: 2px;
	padding: 5px;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	vertical-align: middle;
	height: 18px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	background-color: #FFF2D7;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

