* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
}
html, body {
	width: 100%;
	min-height: 100%;
}
body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
hr{
	height: 1px;
	border: solid 1px #999;
}

#corpo {
	margin: 0 auto;
	text-align: left;
	width: 770px;
	padding-top: 10px;
}
h1{
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif; 
	letter-spacing: -1px; 
	font-weight: bold; 
	margin: 0;
}
h1.titulo{
	color: #FF6600;
}
h1.box {
	background-color: #FF6600;
	/* height: 54px; */
	width: 720px;
	color: #FFF;
	display: block;
	margin: 20px 0 0 0;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	float: left;
	margin-right: 20px;
}
h1.box_inscricao {
	height: 25px;
	width: 720px;
	color: #000000;
	font-weight: bold;
	display: block;
	margin: 20px 0 0 0;
	font-size: 20px;
	padding: 20px;
	text-align: center;
	float: left;
	margin-right: 20px;
}

h2{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
}
h2.titulo{
	color:#FF6600;
}
h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin: 3px 0;
}

a{ 
  text-decoration: underline; 
  font-weight: bold;
}

a.inscricoes {
	background: url(inscricao.gif) no-repeat;
	height: 99px;
	width: 113px;
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	margin: 25px 0;
}
a.inscreva_se {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}

/*a.inscreva_se {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 20px 0;
	text-align: center;
	display: block;
	color: #FF6600;
	padding: 5px;
}*/

label {
 display: block;
 font-weight: bold;
 margin-bottom: 2px;
 height: 13px;
}

input.texto {
 margin-bottom: 10px;
 border-bottom: #999999 solid 1px;
 border-left: #CCCCCC solid 1px;
 border-top: #CCCCCC solid 1px;
 border-right: #999999 solid 1px;
 padding: 2px;
}

input.botao{
 padding: 3px 5px;
 font-weight: bold;
 color: #333333;
 border-bottom: #b7b7b7 1px solid;
 border-right: #b7b7b7 1px solid;
 border-left: #e0e0e0 1px solid;
 border-top: #e0e0e0 1px solid;
 background: #e7e7e7 url(bg_input.gif) repeat-x;
 margin-right: 10px;
}
.tb_1{
  background-color: #f0f0f0;
}
.tb_2{
  background-color: #ffffff ;
}
.tb_titulo{
  background-color: #e0e0e0 ;
}

td{
  padding: 2px;
}