html, body {background: #202021 url(img/bg.gif) no-repeat; height: 100%}
body, td {font: 11px Tahoma, Arial; color: #ECECEC}
a:link, a:visited, a:active {
	color: #FFCC00;
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: none;
}
.arr1:link, .arr1:visited, .arr1:active {
	background: url(img/arr1.gif) no-repeat left;
	padding-left: 17px;
	color: #DCDBC6;
	text-decoration: none;
}
.arr2:link, .arr2:visited, .arr2:active {
	background: url(img/arr2.gif) no-repeat left;
	padding-left: 11px;
	text-decoration: none;
}
#h {background: url(img/hBG.gif) repeat-x; height: 30px}
#date {background-color: #DAD7B8; color: #202021; -moz-box-sizing: padding-box; padding: 0px 5px 0px 5px;}
#leftCol {float: left; width: 196px; background: url(img/pageR.gif) no-repeat right top;}
#centCol {float: left; margin-left: 15px; background: url(img/pageR.gif) no-repeat right top;}
#rightCol {margin-left: 15px; float: right; width: 239px; background: url(img/pageR.gif) no-repeat right top;}

.textoTitulo
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFCC00;
	padding:15px;
}