			body {
				background-color: white;
			}
			img{
				border-radius:11px;
			}
			.borda{
				border-width: 1px;
				border-color: black;
				width: 600px;
				border-style: solid;
				background-color: #2A2A2A ;
				position: relative;
				top: 40px;
				border-radius:11px;
				color: White;
			}
			.shadow {
				box-shadow: 2px 4px 8px rgba(0, 0, 0, 1);
				-moz-box-shadow: 2px 4px 8px rgba(0, 0, 0, 1);
				-webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 1);
			}
			.fonte{
				font-family: verdana;
			}
			.ahref:hover { 
				color: #00ADDF;
				font-weight: bold;
				text-decoration:underline;
			}
			.ahref { 
				color: black;
				font-weight: bold;
				text-decoration:underline;
			}
			.cl_tituloTabela{
				color: #FFFFFF;
				background-color: #000000;
				font-weight: bold;
				text-align: center;
				padding: 1px;
				font-size: 20px;
				
				/* IE */
				 
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#171717)";
				 
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#171717);
				 
				/* Mozilla */
				 
				background: -moz-linear-gradient(top, #000000, #171717) repeat-X;
				 
				/* Safari, Google Chrome */
				 
				background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#171717)) repeat-X;	
			}
			table{
				line-height: 20px;
				border-spacing: 1px;
				
			}
			
			.tabelaPreto{
				line-height: 20px;
				border-spacing: 2px;
				border-color: #202020;
				
			}
			
			td{
				padding: 0px 5px 0px 5px;
				font-size: 20px;
				text-align: center;
				font-family: Bebas Neue;
			}

			th{
				padding: 0px 5px 0px 5px;
				font-size: 20px;
				text-align: center;
			}
			.cl_linhaEscura{
				background-color: white;
			}
			
			.cl_linhaClara{
				background-color: #2A2A2A;
			}
			
			.cl_linhaCinza{
				background-color: #E1E1E1;
			}
			.cl_linhaCinzaE{
				background-color: #F2F2F2;
			}