*{
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	border: none;
	font-size: 12px;
}
body{ background-color:#fff;}
a{text-decoration:none;}
li, ul{list-style:none;}
h2{
	font-size:17px;
}
p{
	line-height:130%;
	margin:12px 0;
}

.linha_titulo{
	background-color:#ececec;
	border-bottom:1px solid #c0c0c0;
	border-right:1px solid #dfdfdf;
/*	border-top:1px solid #dfdfdf;*/
	color:#800001;
	font-weight:bold;
	padding:5px;
}
.linha1,
.linha2{
	background-color:#f6f6f6;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	padding:5px;
}
.linha2{background-color:#ececec;}
.primeiro{ border-left:1px solid #dfdfdf;}

.link_indicado{
	background-image:url(img/ico-indicado.gif);
	background-repeat:no-repeat;
	height:13px;
	width:12px;
	display:block;
	text-indent : -6000px;
	overflow : hidden;
	background-position:0px 0px;
}
.link_indicado a{
	background-image:url(img/ico-indicado.gif);
	background-repeat:no-repeat;
	height:13px;
	width:10px;
	display:block;
	text-indent : -6000px;
	overflow : hidden;
	background-position:0px 0px;
}
.link_indicado a:hover{background-position:0px -13px;}

.link_ficha a{
	background:url(img/ico-ficha.gif) no-repeat;
	height:13px;
	width:10px;
	display:block;
	text-indent:-5000px;
	background-position:0px 0px;
}
.link_ficha a:hover{background-position:0px -13px;}

/* abas */
#abasfase, #abas{
	background-color:#ffffff;
	width:100%;
	float:left;
	margin:0;
}
#abas{
	background-color:#800001;
}
#abasfase ul li {
	float:left;
	margin:0;
	background-color:#800001;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	margin:5px 2px 0 0;
	font-size:13px;
}
#abasfase ul li a {
	text-align:center;
	display:block;
	background-color:#ffffff;
	padding: 4px 10px;
	font-size:13px;
	color:#800001;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#abasfase ul li a:hover {
	background-color:#800001;
	color:#ffffff;
}
#abasfase ul li span {
	float:left;
	clear:both;
	text-align:center;
	padding: 4px 11px;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
#abas ul li {
	float:left;
	margin:0;
	background-color:#ececec;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
	border-top: solid 1px #dfdfdf;
	margin:5px 2px 0 0;
	font-size:13px;
}
#abas ul li a {
	text-align:center;
	display:block;
	background-color:#fff;
	padding: 4px 10px;
	font-size:13px;
	color:#800001;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#abas ul li a:hover {
	background-color:#800001;
	color:#fff;
	font-size:13px;
}
#abas ul li span {
	float:left;
	clear:both;
	text-align:center;
	padding: 4px 11px;
	font-size:13px;
	font-weight:bold;
	color:#800001;
}
/* fim abas */
