/* Estilos usados de Links */
a       {
	color: #666666;
	text-decoration: none;
	font-FAMILY : verdana;
	font-size: 10px;
	
}
a:link	{color: #666666; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: none;}




/* Estilos usados com textos e formulários */

.texto {
	font-family: verdana;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 4 3 4 3;		
}

.texto2 {
	font-family: verdana;
	font-size: 11px;
	color: red;
	text-decoration: none;
	padding: 4 3 4 3;		
}
.texto3 {
	font-family: verdana;
	font-size: 11px;
	color: blue;
	text-decoration: none;
	padding: 4 3 4 3;		
}


.textoform {
	font-family: verdana;
	font-size: 10px;
	color: black;
	text-decoration: none;
	padding: 4 3 4 3;	

}
.form {
	background-color: ;
	border-color: black;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-family: Verdana;
	font-size: 10px;
	font-color: red;
	font-style: normal;
	text-decoration: none;	
	color: black;	
	}

BODY{
    SCROLLBAR-ARROW-COLOR: #666666;
    SCROLLBAR-TRACK-COLOR: white;
    SCROLLBAR-FACE-COLOR: white; 
    background-color:white;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    }