@charset "utf-8";
body {
	background-color: #CCC;
	margin: 0px;
	text-align:center;
}

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #F00;
}
a:active {
	color: #C00;
}

#principal {
	text-align: right;
	width: 1000px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

#conteudo{
	text-align:left;
	width: 1000px;
	margin: 0px;
}

#coluna01{
	width: 250px;
	float: left;
	background-color: #000;
}
#coluna02{
	width: 250px;
	background-color:#454545;
	float: left;
}
#coluna03{
	width: 250px;
	background-color:#999;
	float: left;
}
#coluna04{
	width: 250px;
	background-color:#C00;
	float: left;
}
#base {
	clear: both;
	text-align: right;
	height: 30px;
}

#twitter_div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 1000px;
	background-color: #999;
	padding: 5px;
}

#twitter_div #twitter_update_list {
	margin: 0px;
	list-style-type: none;
}

#twitter_div #twitter_update_list li {
	color: #333;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	padding-bottom: 10px;
}
#twitter_div a {
	text-decoration: none;
	color: #F00;
}
#twitter_div a:hover {
	color: #000;
}

.faixa{
	clear: both;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	font-weight: bold;
	padding: 5px;
}
img {
	border:none;
}
.img01{
	border: solid 2px #C00;
}

.estilo01 {
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	color: #FFF;
	background-color: #333;
	padding: 3px;
	width: 240px;
}
.estilo02 {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color: #000;
	background-color: #FFF;
	padding: 3px;
}
.estilo03 {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color: #000;
	background-color: #DDD;
	margin-left: 10px;
	padding: 3px;
}
.estilo04 {
	color: #999;
	font-style: italic;
}
.estilo05 {
	font-family: "Courier New", Courier, monospace;
	font-size:14px;
	color: #FFF;
	background-color: #000;
	width: 240px;
	padding: 3px;
}
.estilo06 {
	color: #C00;
	font-style: italic;
}
.estilo07 {
	font-weight: bold;
}
.estilo08 {
	font-family: "Courier New", Courier, monospace;
	font-size:12px;
	color: #000;
	background-color: #999;
	margin-left: 10px;
	padding: 3px;
}

