.contorno
{
border:1px #999999 dashed;
}

 /* =Corpo da página
 border:1px #d36707 dashed;
  background: #ede8d9;
----------------------------------------------- */
 body
 {
 font-family:  verdana, arial,tahoma;
 font-size: 10px; 
 margin-top:0px; 
 margin-left:0; 
 margin-right:0;
 margin-bottom:0; 
 }

.ft
{
font-family: arial black; 
font-size: 11px; 
color:#F4F4F0;
}
/*
LINKS EM CLASSE
---------------------------- */
a{
font-family: verdana, arial; 
font-size: 11px; 
}
.link1:link {
	COLOR: #ffffff; 
	TEXT-DECORATION: none
}
.link1:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none
}
.link1:hover {
	COLOR: #FFFFCC; 
	TEXT-DECORATION: none
}
.link2:link {
	COLOR: #666666; TEXT-DECORATION: none
}
.link2:visited {
	COLOR: #666666; TEXT-DECORATION: none
}
.link2:hover {
	COLOR: #9FC7E1; TEXT-DECORATION: none
}
.link3:link {
	COLOR: #333399; TEXT-DECORATION: none
}
.link3:visited {
	COLOR: #333399; TEXT-DECORATION: none
}
.link3:hover {
	COLOR: #669999; TEXT-DECORATION: none
}



b
{
font-size: 11px;
color: black;
}

input
{
font-family: verdana, arial;
font-size: 11px; 
color: red; 
}

select
{
font-family: verdana, arial;
font-size: 10px; 
color: #7B9EE7; 
}


h1,h3,h4
{
font-family: tahoma ,verdana, arial;
background: #E6E6FF;
border: 1px dashed #B7E2FF;
}

h2
{
text-align:center;
font-family: verdana, arial;
background: red;
color: white;
border: 1px dashed #B7E2FF;
}

.cinza
{
color: #666666;
}
.vermelho
{
color: #AA0000;
}
.azul
{
color: #0033CC;
}
.azulclaro
{
color: #D7E3FF;
}

#centro
{
text-align: center;
}

.centro
{
text-align: center;
}

.fd
{
background: green;
color: white;
border: 1px dashed #B7E2FF;
}

textarea
{
border: 1px dashed #999999;
font-family: verdana, arial;
font-size: 12px; 
}


