.tbArea {
	/*background-color: #f3f3f3;*/
	border: 1px solid #4A0000;
}
.pgTitulo {
	font-family: "Trebuchet MS", "Courier New", Verdana , Courier, mono;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 20px;
}
.pgCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
caption {
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(../img/bg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#f3f3f3;
}
td {
	font-size: 10px;
}
.tbHeader {
	font-weight: bold;
	background-color: #3399CC;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}
.tbContent {
	text-indent: 10px;
	background-color: #B7B7B7;
	height: 18px;
	vertical-align: middle;
}
a:link {
	color: #990000;
	text-decoration:none;
}
a:visited {
	color: #990000;
	text-decoration:none;
}
a:hover {
	color: #990000;
	font-weight:bold;
}
a:active {
	color: #990000;
}