/* Comentários são marcados como na linguagem c */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        font-color:#000067
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	background-color : #FFFFFF;
}

/* ------------- Definindo os Parágrafos ---------------------- */

h1 {
	font-size: 110%;
	background-color: #FFFFFF;
	color:#000067;
	text-align: center;
}

/* ------------- Definindo os Parágrafos ---------------------- */

.fontetit {
  font-face: Arial, Helvetica, sans-serif;
  font-size: 4;
  font-weight: bold;  
}


/* ---------------------- Definindo os estilos dos Links ------------------ */

a {  text-decoration: none}
a:hover {  text-decoration: underline}
}


/* ---------------------- Definindo os estilos das Tabelas ------------------ */

table {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
        font-color: #000067
        background-color: #EDF1FD;
	width: 100%;
	text-decoration : none;
	align: center;
}

.tabtit
{

  background-color: ##FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10; font-style: normal; color: #000067; 
  font-weight: bold;  
}

.tablin
{
   background-color: #000067;
}

.tabcab
{
  background-color: #CCCCCC;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10; font-style: normal; color: #000067; 
}

.tabcel
{
  background-color: #EDF1FD;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10; font-style: normal; color: #000067; 
  
}

.tabcel2
{
  background-color: #FFFFFF ;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10; font-style: normal; color: #000066; 
  
}

.Memo{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:9; font-style: normal; font-color: #000067;
}	

/* ---------------------- Definindo os estilos de Input ------------------ */

.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height:20;

}
.TxtVermelho {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background : #FF0000;
	font-weight: bold;
	height:20;
	width: 45px;
}
