p {
	font-family: "trebuchet ms, arial, helvetica";
	font-size: 10pt;
	text-decoration: none;
}

p.texto {
	text-indent: 100px;
	margin-bottom: 0;
}

p.introito {
	text-align: right;
	font-style: italic;
	margin-left: 100px;
}

p.sintese {
	font-size: 8pt;
}

p.lateral {
	font-size: 7pt;
	margin-bottom: 0;
}

p.mini {
	font-size: 7pt;
}

p.callboxleft {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	text-align: center;
	background-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

p.callboxright {
	font-family: arial;
	font-size: 10pt;
	color: black;
	text-align: center;
	background-color: yellow;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.prompt {
	text-align: right;
	color:gray;
	font-size:8pt;
	font-family:arial
}
.fieldbox {
	color:black;
	font-size:8pt;
	font-family:arial
}
.required {
	color:black;
	font-size:8pt;
	font-family:arial
	background-image:url(images/RequiredMark.GIF); 
	background-position:top left; 
	background-repeat:no-repeat;
}


a {
	text-decoration: none;
}

a:hover	{color:red;}

li {
	font-family: "trebuchet ms, arial, helvetica";
	font-size: 8pt;
	text-decoration: none;
}

table.callbox {
	border-left:   2px solid rgb(192,192,192);
	border-right:  2px solid rgb(0,0,0);
	border-top:    2px solid rgb(192,192,192);
	border-bottom: 2px solid rgb(0,0,0);
}

