/* CSS Document */
body {
	text-align: center;
	padding: 0;
	margin-top: 6px;
	margin-left: 0px;
	background-color: #033;
	color: #033;
	font-family: Tahoma, Verdana, Arial, Tahoma;
	background-image: url(images/bg_degradee.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size:medium;
	color: #660;
}
h2 {
  font-size:small;
}
h3 a, a:visited {
	font-size:xx-small;
	text-decoration:none;
	color:#FFF;
	background-color:#960;
	padding:4px;
	float: right;
}
h3 a:hover {
  color:#033;
  background-color:#FFF;
  text-decoration:none;
  border: 1px solid #033;
  padding:3px;
}
p {
  font-size:x-small;
}
#b01 {
	font-size:0px;
	left:0px;
	top:0px;
	width:0px;
	height:0px;
	margin: auto;
	width: 0px;
	height: 0px;
	_text-indent:-90000px;
	float:left;
}
#ok {
	margin:auto;
	padding:4px;
	background-color: #FFF;
	background-image: url(images/bg_obrigado.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 6px solid #596857;
	width: 40%;
}
