/* CSS Document */
.texto{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#006666;
}
.degrade {
	background-repeat:repeat-x;
	}

a:link,a:visited{color:#006666;text-decoration:none;}
a:hover,a:visited:hover{color:#0099CC;text-decoration:underline;}

.form1 {width: 300px;}
.limpar {
background-image:url(imagens/limpar.jpg);
width:64px;
height:25px;
border:0px;
}
.enviar {
background-image:url(imagens/enviar.jpg);
width:64px;
height:25px;
border:0px;
}
.deg{
background-repeat:repeat-x;
background-position:bottom;
background-image:url(imagens/fundo.jpg);
}