body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(imagens/back.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	color:#999999;
	background-color: #FFFFFF;
	height:100%;
}
body,td,th, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;		
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #003399;
}
a.menu:active, a.menu:visited,  a.menu:link {
	font-weight: bold;
	text-decoration: none;
	color: #000066;
	font-size: 9px;
	margin-left: 21px;
}
a.menu:hover {
	color: #669900;
}.justificado {
	text-align: justify;
}
ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

input {
border: none;
background: #FFF;
width: 119px;
}
.bkinput {
background:  url(imagens/input.gif) no-repeat left top;
padding: 8px;
}

div.hr {
  height: 11px;
  background: #fff url(imagens/separacao_horizontal_evento.gif) scroll center;
}
div.hr2 {
  height: 11px;
  background: #fff url(imagens/separacao_horizontal_dicas.gif) scroll center;
}
div.hr2 hr {
  display: none;
}
div.hr hr {
  display: none;
}