body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	color: #4D4C4C;
	margin: 0;
}

form, ul, li, h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
}

select {
	font-family: Verdana, Arial;
	font-size: 1em;
	padding: 1px;
}

input.text, textarea {
	font-family: Verdana, Arial;
	font-size: 1em;
}

input.bold {
	font-weight: bold;
}

a {
	color: #4D4C4C;
	text-decoration: underline;
}

a:hover {
	color: #4D4C4C;
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	color: #038DA3;
}

h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #14646D;
	border-bottom: 1px solid #14646D;
	margin-bottom: 20px; 
}

#body {
	width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}

#forms {
	background-color: #E4E4E4;
	padding: 5px 10px 5px 10px;
	height: 25px;
	margin-bottom: 30px;
	color: #FFF;
}

#forms form {
	float: left;
	font-size: 0.8em;
}

#contato {
	background: url('../images/contato.jpg') no-repeat;
	width: 196px;
	height: 99px;
	float: right;
	margin-bottom: 25px;
	padding: 5px 0 0 40px;
	font-size: 0.9em;
	color: #4C4B4B;
	line-height: 23px;
}

#subtop {
	background-color: #E5E5E5;
	float: left;
	width: 792px;
	padding: 4px;
}

#center {
	clear: both;
	padding: 25px 0 0 0;
}

#menu {
	clear: both;
}

#menu img {
	float: right;
	margin-left: 1px;
	height: 32px;
}

#rodape {
	margin-top: 40px;
	padding: 15px;
	background-color: #F0ECEC;
	font-size: 0.9em;
	color: #444;
}

#rodape a {
	text-decoration: none;
	color: #444;
}

p.money {
	background: url('../images/planos/money2.jpg') no-repeat center;
	width: 100%;
	height: 24px;
	margin-bottom: 1px;
}

p.sinal {
	background: url('../images/planos/sinal_verde.jpg') no-repeat center;
	width: 100%;
	height: 24px;
	margin-bottom: 1px;
}

table.carrinho td {
	padding: 3px;
	border: 1px solid #DDD;
}

table.carrinho a {
	color: blue;
}

table.carrinho tr.header {
	font-weight: bold;
	background-color: #F0ECEC;
}

table.form { width:100%; border:0 }
table.form td { padding-top:10px; padding-bottom:1px; border:0 }
table.form th, table.form td.botoes { background-color:#DBE6DE; border:1px solid #B0B0B0; padding:6px; font-weight:bold; text-align:left }
table.form td.label { padding-left:5px; padding-right:10px; vertical-align:top }
table.form td.top { vertical-align:top }
table.form td.separador { height:25px; border:0 }
table.form td.barra { border-bottom:1px solid #DDD }
table.form span.txt { color:#808080; font-size:11px }
table.form span.obrig { color:red; font-weight:bold }

label.error {
	display: block;
	color: #F00000;
	font-size: 0.8em;
}
