/* CSS Document */



body { /*4 primeiras declarações copiadas de template.css, linha 19*/
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	padding: 0px;
}
p {
	line-height:1.4em;
	margin-bottom: 1em;
}
/*movido de layout.css*/

h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:10px 0;
}
h4 {
	border:solid 0;
	color:#000;
	font-size:1em;
}

code {
	font-size:1.3em;
}

dl dt {float:left; width:20%; border-bottom:1px dotted #000000;}
dl dd {display:block; width:70%; text-align:right; border-bottom:1px dotted #000000;}
/*===============================CLASSES*/



.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearBoth {
	clear:both;
}
.menor {
	font-size:85%;
}
.Maior {
	font-size:110%;
}
