/* CSS Document */
body {
	background-image: url(../imagens/fundo_paginas.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto{
font-family:Verdana;
font-size:9px;
color:#oo5c70;
}

A:LINK, A:VISITED {
	color : #005C70;
	text-decoration : none;
	font-family : Verdana;
	font-size : 9px; 
	text-decoration: none;
}
A:HOVER {
	color : #F8C400;
	text-decoration : none;
	font-family : Verdana;
	font-size : 9px; 
	text-decoration: none;
}

.form {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	color: #005C70;
	background-color: none;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #999999;
	border-left-color: #cccccc;
	height: 20PX;
}


