body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px;
	font-size: 12px;
	color: #333333;
}
td {
	vertical-align: top;
	font-size: 12px;
}

.texto {
	text-align: justify;
}

/* marcador */
ul {
	padding-left: 15px;
	margin-bottom: 5px;
}
ul li {
	background: url(../images/marcador.jpg) no-repeat;
	background-position: 3px 5px;
	margin-top: 3px;
	margin-left: 3px;
	padding-top: 2px;
	padding-left: 15px;
	list-style: none;
}
ol li {
	margin-bottom: 5px;
	list-style: decimal;	
}

/* titulo */
.tit {
	font-weight: bold;
	font-size: 18px;
	text-align: justify;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.titSub1 {
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
}
.titSub2 {
	font-weight: bold;
	font-size: 13px;
	color: #0033CC;
}


/* tabela */
.tab {
	border-collapse: collapse;
	border: 1px solid #DDDDDD;
}
.tab td {
	padding: 3px;
}
.tabTit, .tabTitle1 {
	background: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}
.tabTitSub, .tabtitle2 {
	background: #CCCCCC;
	color: #333333;
	font-size: 12px;
}
.tabLinha {
	background: #F7F7F7;
}


/* link */
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #00CC00;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #009933;	
}

/* foto */
.foto {
	padding: 0px 15px 7px 0px;
}
.fotoTit {
	font-weight: bold;
	font-size: 12px;
	padding: 0px 15px 7px 0px;
}
.fotoLegenda {
	color: #666666;
	font-style: italic;
	font-size: 11px;
	text-align: justify;
	padding: 0px 15px 12px 0px;
}

/* outros */
.alerta {
	font-size: 11px;
	color: #FF0000;
}

.btnTopo {
	border: 0px;
	padding-bottom: 10px;
}