﻿/* CSS Document */

body {
	margin-left:0px;
	margin-right:0px;
	background-color:#B5AA60;
}

.texto-normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.fundo{
	background-color:#C6BE85;
}

input {
	font-size:11px;
}

.painel-esquerdo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:4px;
}
.texto-normal {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}


.tbl-pacotes {
	border-bottom:#666666;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.txt-form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color:#8F7B07;
	text-transform:uppercase;
}
input.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #990000;
	background-color: #FFFFCC;
	padding: 0px;
	border: 1px solid #990000;
}
.error {color: #FF0000}

.fundo{
	background-color:#C6BE85;
}

.titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
}
.titulo a{
	text-decoration:none;
	color:#FFFFFF;
}
.titulo a:hover{
	text-decoration:underline;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}