a:link {
	color: #3D3D3D;
	text-decoration: none;
}
a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
a:hover {
	color:#999999;
	text-decoration: none;
}
.active {
	text-decoration: none;
	color: #FF9201;
}
.non_active {
	pointer-events: none;
	cursor: default;
}

.titulo {	
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color:#FF9201;
}
.texto {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	color: #3D3D3D;
}
.setas_game {
	font-family: "Lucida Sans Unicode";
	font-size: 20px;
	color:#FF9201;
}
.titulo_pagina {
	font-family: "Lucida Sans Unicode";
	font-size: 14px;
	color:#FFF;
	
}
.td_titulo {
	background: #FFB04B;
	font-family: Verdana;
	font-size: 8pt;
	text-align: left;
}
hr.jcca {
	margin:0px;
	-webkit-margin-after:0px;
	height:2px;
	}

img.jcca {
	margin-bottom:4px;
}

div.base {
	position:relative;
}

img.cover {
	position: absolute;
    top: 15px;
    left: 30px;
}

.OK {
	color:#093;
}

.KO {
	color:#F00;
}
