/* CSS Document */
body{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #F0F0F0 url(../imagens/bg.jpg) center no-repeat;
	background-attachment: fixed;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}

.menu a:link {
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFF;
}
.menu a:active {
	text-decoration: none;
	color: #FFF;
}
.menu{
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
.tituloAzulClaro{
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #92C9F1;
	letter-spacing: -1px;
}

.tituloAzulEscuro{
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #0B3EA8;
	letter-spacing: -1px;
}
.preco{
	color: #FF0000;
}
.borda{
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.bordaForm{
	border:1px solid  #CCC;
	width: 330px;
}

.naoMostrar { display:none; }

textarea { height:100px; }

input, textarea { border:1px solid  #CCC; }
