body {
	background: #FFFFFF;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#todoosite {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
}
#rodape {
	font-size: 10px;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
}
#conteudo{
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#conteudo-esq{
	float: left;
	width: 140px;
	padding-left: 10px;
}
#conteudo-dir{
	float: left;
	width: 610px;
}
.unfloat{
	clear: left;
}
h1 {
	color: #2E8390;
	font-size: 12px;
	background-image: url(../images/bola.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 25px;
	padding-top: 7px;
}
.right {
	float: right;
	margin-left: 5px;
}
h2 {
	color: #D3D0AF;
	font-size: 12px;
}
.coluna {
	margin: 5px;
	padding: 5px;
	width: 280px;
	float: left;
}
a {
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
.form {
	font-size: 10px;
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
}
.left {
	float: left;
	width: 100px;
	margin-right: 5px;
}

.tabelaEvento {
	font-size: 10px;
	background-color: #006600;
	color: #FFFFFF;	
	margin-bottom: 3px;
	font: bold;
	text-align: justify;	
}

.tabelaEventoDentro {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 3px;
}

.tabelaCUFTitulo {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12px;
}

.tabelaCUFCorpo {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
}