.titulos {
	font-size: 12px;
	font-weight: bold;
}
body,td,th {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}
body {
	background-color: #DED7DE;
	margin-bottom: 0px;
	margin-top: 0px;
}
a:link {
	color: #195EAB;
	text-decoration: none;
}
a:visited {
	color: #195EAB;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.erros {
	color:#CC3333;
}

.miniaturas img {
  padding:4px;
  border:1px solid #222;
}

#datatable {
	border: 1px solid #666666;
	font-size: 10pt;
	text-align:center;
	color: #000000;
}

#datatable td.even, tr.even {
	background-color: #F0F8FF;
}

#datatable td.odd, tr.odd {
	background-color: #FFFFFF;
}
#datatable th {
        background-color: #00478D;
        color: #FFFFFF;
        font-size: 10pt;
}

#tabs {
	list-style-type: none;
	text-align: right;
	padding: 0 2em;
	margin: 0;
	border-bottom: 1px solid #9ac;
}

#tabs li {
	display: inline;
	padding: 0 0.8em 0 0.8em;
	margin: 1em 0.2em 0 .2em;
	background-color: #D5E4F8;
	border: 1px solid #9ac;
}

#tabs li a {
	text-decoration: none;
}

#tabs li a:hover {
	color: #7E1414;
}

#tabs #tab_selected {
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;
	font-size:13px;
	font-weight:bold;
	margin-top: 0;
}

#tabs #tab_selected a {
	color: #000;
	background-color: #fff;
}