.menu {
	font-family: Verdana;
	font-size: 10px;
	color: #489EF4;
}
.linhamenu {
	height: 1px;
}
.texto {
	font-size: 10px;
	font-family: Verdana;
	color: #333333;
}
.titform {
	font-size: 10px;
	font-family: Verdana;
	color: #003366;
	font-weight: normal;
	background-color: #F8F8F8;
}
.fundo {
	background-attachment: fixed;
	background-image: url(../Imagens/fundo_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.areatexto {
	font-family: Verdana;
	font-size: 10px;
	width: 18px;
}
textarea {
	font-family: Verdana;
	font-size: 10px;
}
input {
	font-family: Verdana;
	font-size: 10px;
}
select {
	font-family: Verdana;
	font-size: 10px;
}
A:link {
	COLOR: #006699;
	TEXT-DECORATION: none;
	cursor: hand;
}
A:active {
	COLOR: #006699; TEXT-DECORATION: none; cursor: hand;
}
A:visited {
	COLOR: #006699; TEXT-DECORATION: none; cursor: hand;
}
A:hover {
	COLOR: #006699; TEXT-DECORATION: underline; cursor: hand;
}