body {
	margin: 40px 0 0 0;
	padding:0;
	background-color: #919191;
	font-family: Arial;
	font-size: 12px;
}

table,tr,td {
	font-family: Arial;
	font-size: 12px;
}

a.externo {
	color: #FFF;
}

#conteudo {
	width: 543px;
	background-color: #EEE;
	position: relative;
	text-align: left;
}

#conteudo .topo-esq { position: absolute; top:0; left:0; }
#conteudo .topo-dir { position: absolute; top:0; right:0; }
#conteudo .base-esq { position: absolute; bottom:0; left:0; }
#conteudo .base-dir { position: absolute; bottom:0; right:0; }

#logo {
	position: absolute;
	top: -19px;
	left: -31px;
	width: 307px;
	height: 185px;
	background: URL(../lay/v2/fundo_box_logo.gif) repeat-x;
	text-align: left;
}

#logo .borda-logo {
	position: absolute;
	top:0;
	right:0;
}

#evento {
	position: relative;
	float: left;
	margin-left: 280px;
	width: 260px;
	height: 135px;
	_height: 185px;
	text-align: left;
	line-height: 22px;
	padding: 30px 0 0 10px ;
	
}

#evento h1 {
	font-family: Arial, Tahoma;
	font-size: 16px;
	margin:0;
	padding:0;
	font-weight: bold;
}

#evento h2 {
	font-family: Arial, Tahoma;
	font-size: 14px;
	margin:0;
	padding:0;
	font-weight: normal;
}

#interno {
	position: relative;
	width: 500px;
	margin: 20px;
	font-family: Arial;
	font-size: 12px;
}

#interno .destaque {
	position: relative;
	color: #919191;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #919191;
	padding: 5px 0;	
	margin: 5px 0;
}

input.formulario {
	font-family: Arial;
	font-size: 12px;
	border: none;
	height: 20px;
	border: 1px solid #CCC;
}

input.botao {
	font-family: Arial;
	font-size: 12px;
	border: none;
	height: 20px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}
