@charset "iso-8859-1";
/* CSS Document */

.texto { font-family: arial;
		 font-size: 11px;
		 text-decoration: none;
		 color: #000000; }
		 
.texto2 { font-family: arial narrow;
		 font-size: 10px;
		 text-decoration: none;
		 color: #000000; }

.texto3 { font-family: arial;
		 font-size: 10px;
		 text-decoration: none;
		 color: #336666; }
		 
.texto4 { font-family: arial;
		 font-size: 10px;
		 text-decoration: none;
		 color: #000000; }
		 
.menu:link { color: #000000; text-decoration: none; }
.menu:visited { color: #000000; text-decoration: none; }
.menu:active { color: #000000; text-decoration: none; }
.menu:hover { color: #0d5679; text-decoration: none; }

.menu2:link { color: #0d5679; text-decoration: none; }
.menu2:visited { color: #000000; text-decoration: none; }
.menu2:active { color: #000000; }
.menu2:hover { color: #000000; text-decoration: none; }

.campo
{
background-color: #ffffff;
border-bottom: #cecece 1px solid;
border-left: #cecece 1px solid;
border-right: #cecece 1px solid;
border-top: #cecece 1px solid;
color: #000000;
font-family: arial;
font-size: 10px;
}

.campo2
{
background-color: #f2f2f2;
/*border-bottom: #f2f2f2 1px solid;
border-left: #f2f2f2 1px solid;
border-right: #f2f2f2 1px solid;
border-top: #f2f2f2 1px solid;*/
border: 1px solid black;
color: #000000;
font-family: arial;
font-size: 10px;
}

.bouton
{
background-color: transparent;
border-bottom: #000000 1px dotted;
border-left: #000000 1px dotted;
border-right: #000000 1px dotted;
border-top: #000000 1px dotted;
color: #7D7054;
font-family: Trebuchet MS;
font-size: 10px;
}

.mensagem
{
background-color: #f2f2f2;
color: #000000;
FONT-SIZE: x-small;
FONT-WEIGHT: normal;
/*border-bottom: #f2f2f2 1px solid;
border-left: #f2f2f2 1px solid;
border-right: #f2f2f2 1px solid;
border-top: #f2f2f2 1px solid;*/
border: 1px solid black;
font-size: 10px;
font-family: arial;
height: 100px;
width: 350px;
vertical-align : middle;
scrollbar-face-color: #f2f2f2;
scrollbar-shadow-color: #f2f2f2;
scrollbar-highlight-color: #f2f2f2;
scrollbar-3dlight-color: #f2f2f2;
scrollbar-darkshadow-color: #f2f2f2;
scrollbar-track-color: #f2f2f2;
scrollbar-arrow-color: #000000;
}		  
