/* CSS Document */
*{
	font-family:  Georgia, "Trebuchet MS", sans-serif;
}

body{
	background:#ffffff;
	margin:0 auto;
	padding:0;
	text-align: center;
}

div#cabecalho {
	width: 760px;
	text-align: center;
	margin: 25px auto;
}

div#corpo {
	background:#e4e4e4;
	padding: 10px 10%;
	text-align: left;
	border-top: 2px #EE3900 dotted;
}

div#corpo h2{
	margin: 10px;
	text-align: right;
	font-weight: normal;
	color: #000000;
}

div#corpo span.vermelho{
	position: relative;
	color: #EE3900;
}

div#veja_mais {
	height: 30px;
	font-size: 20px;
}

div#veja_mais div.demo {
	float:left;
}

div#veja_mais div.demo small{
  font-family: rebuchet MS, verdana, sans-serif;
  font-size: 10px;
}

div#veja_mais div.info {
	float:right;
	margin-right: 10px;
}

div#veja_mais div.info small{
  font-family: rebuchet MS, verdana, sans-serif;
  font-size: 10px;
}  

div#rodape {
	clear: both;
	background:#fffff;
	padding-top: 4px;
	border-top: 2px #EE3900 dotted;
	font-size: 10px;
}

div#rodape a {
	color: #EE3900;
	font-size: 10px;
}

