@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E9E9E9;
}
body, td, th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #333;
}
a, img {
	border:none;
	outline:none;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
.cell_conteudo {
	padding-top: 35px;
	padding-bottom: 35px;
}
.box_conteudo {
	width:370px;
	background-image: url(imgs/box_bg.jpg);
	background-repeat: repeat-y;
	padding: 15px;
	vertical-align: top;
}

.txt_titulo {
	color: #FFF;
	font-size: 17px;
}
.txt_subtitulo {
	font-size: 17px;
}
.txt_sessao {
	font-size: 11px;
	color: #F60;
}
.txt_destaque {
	font-size: 14px;
	font-weight:bold;
}
.txt_white {
	color: #FFF;
}
.cell_justificado {
	text-align: justify;
}
