			body {
				background-color: white;
			}
			img{
				border-radius:11px;
			}
			.borda{
				border-width: 1px;
				border-color: #AD2527;
				width: 600px;
				border-style: solid;
				background-color: white ;
				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: #801C1E;
				/*font-weight: bold;*/
				text-align: center;
				padding: 1px;
				font-size: 20px;
				
				/* IE */
				 
				-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#801C1E, endColorstr=#AD2527)";
				 
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#801C1E, endColorstr=#AD2527);
				 
				/* Mozilla */
				 
				background: -moz-linear-gradient(top, #801C1E, #AD2527) repeat-X;
				 
				/* Safari, Google Chrome */
				 
				background: -webkit-gradient(linear, left top, left bottom, from(#801C1E), to(#AD2527)) repeat-X;	
			}
			table{
				line-height: 20px;
				border-spacing: 1px;
				font-family: Lucida Sans Unicode;
				
			}
			
			.tabelaPreto{
				line-height: 20px;
				border-spacing: 2px;
				border-color: #202020;
				
			}
			
			td{
				padding: 0px 5px 0px 5px;
				font-size: 15px;
				text-align: center;
				font-family: Lucida Sans Unicode;
			}

			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: #EEE8DB;
			}
			.cl_linhaCinzaE{
				background-color: #F8F4EF;
			}