@CHARSET "ISO-8859-1";

body{
	background-color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 10pt;
	color: #111;
}

a:link {color: #b01116; text-decoration: none;} 
a:visited {color: #b01116; text-decoration: none;} 
a:hover {color: #c8575b; text-decoration: underline;}
a:active {color: #b01116; text-decoration: none;}

table {
	border-style: none;
	border-width: 1px;
	border-color: #ddd;
}

table.comborda{
	border: solid 1px #ddd;
}

table.comborda tr td{
	border: solid 1px #ddd;
}

table.comborda tr th{
	border: solid 1px #ddd;
}

table tr td {
	font-size: 10pt;
	border-style: dotted;
	border-width: 1px;
	border-color: #eee;
	padding: 5px 5px 5px 5px;
}

table tr th {
	font-size: 10pt;
	font-variant: small-caps;
	border-style: dotted;
	border-width: 1px;
	border-color: #eee;
	padding: 5px 5px 5px 5px;
}

img {
	border-width: 0;
}

img.ajaxloader{
	visibility: hidden;
}

p.titulo {
	font-weight: bold;
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

p.smalltitle {
	text-decoration: underline;
}

p.mediumtitle {
/*	font-variant: smallcaps; */
	font-size: 125%;
}

div.topo{
	text-align: center;
}

.centralizado{
	text-align: center;
}

table tr.tipo1{
	background-color: #f6f6f6;
}

table tr.tipo2{
	background-color: #fff;
}


