/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/11/2015, 18:48:39
    Author     : SECI03
	
	23/02/2017
	Font family alterado para comic sans, cursive
*/

.style1 {
			color: #FF0000;
		font-family: cambria;	
		font-size: 24px;
			font-weight: bold;
			background-color: #0033FF;
		}
		.style4 {color: #FF0000; font-family: cambria; font-weight: bold; }
		.style7 {
		font-family: cambria;
			//font-weight: bold;
			//font-size: 18px;
			color: #000000;
		}
		.style9 {color: #000000}
		.style10 {color: #000000; font-family: cambria; font-weight: bold; }
body{
	
	font: 100%/1.3 Verdana, Arial, Helvetica, sans-serif;
}
		
table{
        border-collapse: collapse;
}
		
table, th, td {
    
        border:1px solid #000000;
} 		


		
#tabela{
	//width: 757px;
	/* font family incluido 23/02/2017*/
	/* font-family: cursive; */
	text-align: center;
	background-color: #000000;
        
        
}		

th{
	text-align: center;
	font-family: Verdana, sans-serif;

}

#tabela_titulo{
	background-color:#0099FF;
	font-family: Verdana, sans-serif;
}

tr{
	 background-color:#FFFFFF;
	 /* font-family: cambria;
	font family incluido 23/02/2017*/
	 font-family: Verdana, sans-serif;
}

td{
	//font-size: 1;
	text-align: center;
	color: #000000;
	/* font-family: cambria;
	font family incluido 23/02/2017*/
	font-family: Verdana, sans-serif;
}

#aviso{
	text-align:center;
	color:#FF0000;
	font-size:2;
	/* font-family:Verdana, Geneva, sans-serif; */
	font-family: Verdana, sans-serif;
 	padding-bottom: 1em;
}

#titulo{
	text-align: center;
	color: #000000;
	/* font-family: cambria; */
	font-family: Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;	
}

#imprimir{
	padding-bottom: 1em;
}