/* CSS Document */

	body, td {
		font-family:tahoma;
		font-size:11px;
	}
	
	input, textarea, select {
		font-size: 11px;
		color: #333333;
		width:240px;
		border-top-style: groove;
		font-family: tahoma;
		border-right-style: groove;
		border-left-style: groove;
		border-bottom-style: groove;
		background-color:white;
	}
	
	.tira_borda{
		border-top-style: none;
		font-family: tahoma;
		border-right-style: none;
		border-left-style: none;
		border-bottom-style: none;
		background-color:white;
	}
	
	.titulo {
		font-weight:bold;
		text-transform:uppercase;
		color:#EC9029;
	}
	
	.pleft{
		padding-left:25px;
	}
