body {
	font: 11px Verdana, Sans-serif;
	background-color: #FFF;
}
a {
	color: #52166F;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.rodape { color:#FFF; font-size:11px; }
.rodape a { color:#FFF; }
h1 {
	background-color: #FFF;
	clear: both;
	color: #52166F;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: .4em;
}
h2 {
	background-color: #FFF;
	clear: both;
	color: #52166F;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: .4em;
}

h3 {
	background-color: #FFF;
	clear: both;
	font-family: Verdana;
	font-size: 11px;
	font-size:11px;
}
.vago { 	background: #FFF url(images/fundo-vazio.gif) fixed repeat left top; }
legend {
	display: none;	
}
fieldset {
	border: 0;
}

.botoes {
	margin-top: .4em;
	padding-left: 5.85em;
}

.botoes input {
	background: #AD7BC6 url(../images/botao.gif) repeat-x center;
	border-color: #AD7BC6 #320847 #320847 #AD7BC6;
	border-style: solid;
	border-width: .2em;
	color: #FFF;
	cursor: pointer;
font-family: Verdana;
	font-size: 9px;
	padding: .4em 1em;
}

.botoes input:hover {
	background: #7AAC98 url(../images/botao-hover.gif) repeat-x center;
	border-color: #7AAC98 #20523E #20523E #7AAC98;
	color: #000;
}

.botoes input:active {
	background: #7AAC98 url(../images/botao-hover.gif) repeat-x center;
	border-color: #20523E #7AAC98 #7AAC98 #20523E;
	color: #000;
}

.campos label {
	clear: left;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	margin-bottom: 1em;
	padding: .4em 3px 0 0;
	text-align: right;
	width: 7em;
}

.campos input,
.campos textarea
{
	border: 1px solid #CCC;
	color: #666;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-color: #666666;
	margin: 18px;
	padding: .3em;
	width: 50%;
}

.campos input:hover,
.campos textarea:hover {
	color: #56967C;
	border: 1px solid #52166F;
}

.campos input:focus,
.campos textarea:focus
{
	color: #000;
	border: 2px solid #56967C;
	margin: 0;	
}
