.form {
	
}

.form td.label {
	text-align: right;
}

div#main {
	text-align: center;
}

div#conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1%;
	text-align: center;
}

div#conteudo ul {
	text-align: left;
}

div#conteudo li {
	margin-bottom:5px;
	margin-top:5px;
}

div#conteudo form {
	text-align: center;
}

div#botoes {
	text-align: center;
}

option.regular {
	font-weight: normal;
}

option.negrito {
	font-size: 1.1em;
	font-weight: bolder;
	background-color: #DDDDDD;
}

legend{
	color: #003366;
	font-size: 13px;
}

.tituloTabela{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight: bold;
	font-size: 75%; 
	text-align: center;
}
fieldset{
	background-color: white; 
}

.observacoes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
}
