/* ORGANIZACAO DO MENU EM CSS */

	#leftcontent ul {
		width:188px;
		margin:0;
		padding:0;
	}
	
	#leftcontent li {
		width:180px;
		height:25px;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		border: 1px solid #CCCCCC;
		background: #F5F5F5;
	
		display:block;
		margin:0px;
		padding:0;
		margin-top:5px;
		margin-bottom:0;
		margin-right:0;
		padding-right:0;
	}
	
	#leftcontent a {
		text-decoration: none;
		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #333333;
		background: #F5F5F5;
		display:block;
		width:180px;
		height:25px;
		padding-top:4px;
		margin-right:0px;
		padding-left:5px;
	}
	
	#leftcontent a:hover {
		text-decoration: none;
		background:#EDEDED;
		color: #FF6600;
	}

/* ESTILOS DO SITE*/

	.EscritaTopo {
		font-family: Arial;
		font-size: 20px;
		color: #FFFFFF;
	}
	
	.TitulosdosFormularios {
		font-family: Arial;
		font-size: 18px;
		color: #666666;
	}
	
	.FormularioAdmin {
		font-family: Tahoma;
		font-size: 16px;
		background-color: #F0F0F0;
		border: 1px solid #E2E2E2;
		height: 27px;
		font-weight: bold;
		color: #666666;
		text-align: center;
	}
	
	.CinzaLinha {
		border: 1px solid #CCCCCC;
	}
	
	.EscritaBasicaArial12 {
		font-family: Arial;
		font-size: 12px;
		line-height: 23px;
		color: #000;
	}
	
	.CheckListInterno {
		font-family: Verdana;
		font-size: 11px;
	}
	
	/* ESTILO GERAL PARA LINKS */
	a {
		text-decoration: none;
		color: #454545;
	}
	
	a:hover {
		text-decoration: underline;
		color: #FF0000;
	}
.FormulariosCadastro {
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
}
