/* Set TST  70T03msgo.css */

   /* geral */

/***************   
	.container {
	width:780px;
	}	
*****************/

body {
       font-family: Arial, Helvetica, sans-serif;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       line-height:18px;
       background: #F2E9E8;      
       color: #333;
       text-align:center;
     /***********************  
       background-image:
      url('images/umaFlor3.gif');
      background-repeat: repeat;
      **************************/

	}

/***********************************************
   necessário para centralizar tables,etc.
************************************************/   
#main {
	position: relative;
	width: 920px;
	margin: 3px auto;
	text-align: left;
   )
   		
}

.logo {font-family: arial;
 font-size: 24px;
 font-weight: bold;
 color: #FFFFFF;
 position: relative;
}

.img{
	margin: 15px; 
	padding: 6px;
	border-width: medium;
    border-style: solid;
    border-color: black;
}

.rodape{}
	/* selector.class:pseudo-class {property: value} */

a.tipo1:link {
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: #993399;    
	text-decoration: underline;
	text-transform: uppercase; 	
	}
	
a.tipo1:visited {
	font-family: 'Arial';
	font-size: 12px;
	font-weight: normal;
	color:#993399;  /* violet */
	text-decoration: underline;
	text-transform: uppercase;
	}
	
a.tipo1:hover {	
font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	color: #8A2BE2; /* blue */
	text-decoration: underline;
	text-transform: uppercase; 	

	}
	/*
a.tipo1:active{
font-family: 'Arial Black';
	font-size: 12px;
	font-weight: normal;
	color: #993399; /*  violet  */
	text-decoration: underline;
	text-transform: uppercase;
}	
*/

a.tipo:link {
		font-size: 11px;
}



p.titulo{font-family: arial;
 font-size: 22px;
 font-weight: bold;
 /** color: rgb(0153,51,153) a mesma cor**/
 color: #004A48;     /***  verde= color= #004A48  roxa = color= #993399;   ***/
 letter-spacing: 0.5em;
 }
 
 p.pTipo1{font-family: arial;
font-size: 16px;
font-weight: bold;
color: #004A48;
/**** word-spacing: 0.1em;
      padding: 1em 1em;  
******/     
letter-spacing: 0.5em;
text-align: center;
}
 
p.pTipo2{font-family: arial;
font-size: 14px;
color: black;
/******************
word-spacing: 1em;
padding: 1em 1em;  
*******************/
text-align: center;
}

.texto1 {
font-family: 'Arial Black';
font-size: 11px;
color: #FFFFFF
}

/* caixa de textos*/

#vis {
   visibility: visible;
   height:auto;
   overflow: auto;
   margin: 0px;
	text-align: justify;
	width: 200px;
  /* background: #000000;   */
}

#inv {
   visibility: hidden;
   width: 0px;
	height: 0px;
   height:0px;
   overflow: auto;   
}


p, h1, h2, h3 {color: #333333;
}


ul, ol {
	margin:0;
	padding:0;
	list-style-type:none; color: #404337;
	}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0.8em 0;
	font-size:18pt;
	}
h2 {
	font-size:20pt;
	}
li {
	font-size:1.0em;
	
	}			
	
/* Fim arquivo  */