
		/* Início CSS da DisplayTag Normal*/

		table.simple {
			font: normal 0.7em Arial, Helvetica, sans-serif; color: #006A00;
			border: 1px solid #CCCCCC;
			border-collapse: collapse;
			width: 480px;
		}
		
		table.simple thead tr {
			background-color: #dcdcdc;
			color: #006A00;
		}
		
		table.simple tr.even {
			background-color: #EBEBEB;
		}

		table.nocol tbody td,table.nocol tbody th{
			border-left: none;
			border-right: none;
		}
		
		span.pagebanner {
			width: 480px;
			height: 18px;
			background-color: #dcdcdc;
			font: normal 0.7em Verdana, Arial, Helvetica, sans-serif; color: #006A00;
			display: block;
		}

		span.pagelinks {
			width: 480px;
			height: 18px;
			background-color: #dcdcdc;
			font: normal 0.7em Verdana, Arial, Helvetica, sans-serif; color: #006A00;
			display: block;
		}
		
		table.simple td.textRed {color: #b11;}

		/* Final CSS da DisplayTag Normal */
		
