﻿/* Estilos para Área de Envio do Projeto
--------------------------------------------------------------------------------*/
	label {
		color: #fff;
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
	}

	.SmallCaps {
		color: #333;
		font-size: 10px;
		margin: 0;
		padding: 0;
	}

	.hoverSaibaCEP a {
		font-size: 10px;
		padding-left: 5px;
		text-decoration: none;
	}

	.hoverSaibaCEP a:hover {
		color: #990000;
		font-size: 10px;
		text-decoration: underline;
	}

	.tblEnvioProjeto {
		border: 0px solid #dedede;
	}

	.tblEnvioProjeto td p {
		font-size: 10px;
		padding: 5px;
	}

	.tblEnvioProjeto strong {
		font-size: 11px;
	}

	.tblEnvioProjeto ul {
		margin: 0 3px 0 25px;
	}

	.tblEnvioProjeto li {
		list-style-type: decimal;
		padding-bottom: 8px;
	}

	.tblSelecaoInscricao {
		margin-left: 45px;
	}