p {
    line-height: 125%;
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: justify;
}

.identado{
	text-indent: 2em;
}

/*extra*/
#conteudo{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #004000;
}

.label{
	font-weight: bold;
}

.box{
	padding: 10px;
	border: 2px solid #004000;
	border-radius: 25px;
 	color: #004000;
}

.box_title{
    font-size: X-large;
    /*color: #0E53A7;*/
    color: #004000;
    font-weight: bold;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #002000;
}

.simplebox{
	padding: 3px 5px 3px 5px;
	border: 1px solid #004000;
	border-radius: 5px;
}

.tablelist{
	list-style-type: none;
}

.tablelist_title{
	background-color: #A0F0A0;
	padding-left: 10px;
	font-weight: bold;
}

.tablelist_item{
	background-color: #F0F0F0;
	padding-left: 10px;
}

.editalview{
	margin: 12px;
	border: 1px solid black;
	height: 380px;
}

.form td{
	vertical-align: top;
	padding-bottom: 5px;
}

.form input, .form select{
	margin-right: 7px;
	margin-bottom: 3px;
}

.form .label{
	text-align: right;
}

.uppercase{
	text-transform: uppercase;
}

.lowercase{
	text-transform: lowercase;
}