body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #191B1A;
	color: #fff;
	margin: 0;
	padding: 0 0 40px 0;
	line-height: 1.3em;
	font-size: 14px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

td {
	border: 1px solid #fff;
	padding: 5px;
}

thead td {
	background: #EF1017;
	padding: 10px 5px;
}

a {
	color: #06f;
}

a:hover {
/*	text-decoration: none;*/
	color: #3A99FF;
}

/*
 * Header
 */
#header h1 {
	font-size: 20px;
	display: none;
}

#header {
	background: url('images/header.png');
	height: 147px;
	width: 363px;
	float: left;
}

/*
 * Nav
 */
#nav {
	width: 250px;
	float: left;
	margin: 10px 0 0 40px;
}


#nav ul, #nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin-bottom: 5px;
}

#nav ul li#navProgramacao {
	margin-bottom: 1px;
}

#nav ul li a {
	display: block;
	text-indent: -9999px;
	
/*	padding-bottom: 10px;*/
}

#nav ul li#navProgramacao a {
	background: url('images/nav-programacao.png') left top no-repeat;
	height: 23px;
	line-height: 23px;
	width: 126px;
}#nav ul li#navProgramacao a:hover {background: url('images/nav-programacao.png') left bottom no-repeat; height: 23px; }

#nav ul li#navComunicacoes a {
	background: url('images/nav-comunicacoes.png') left top no-repeat;
	height: 20px;
	line-height: 20px;
	width: 138px;
}#nav ul li#navComunicacoes a:hover {background: url('images/nav-comunicacoes.png') left bottom no-repeat; height: 20px; }

#nav ul li#navPaineis a {
	background: url('images/nav-paineis.png') left top no-repeat;
	height: 18px;
	line-height: 18px;
	width: 71px;
}#nav ul li#navPaineis a:hover { background: url('images/nav-paineis.png') left bottom no-repeat; height: 18px;}

#nav ul li#navComissao a {
	background: url('images/nav-comissao.png') left top no-repeat;
	height: 23px;
	line-height: 23px;
	width: 226px;
}#nav ul li#navComissao a:hover { background: url('images/nav-comissao.png') left bottom no-repeat;}

#nav ul li#navContato a {
	background: url('images/nav-contato.png') left top no-repeat;
	height: 19px;
	line-height: 19px;
	width: 163px;
}#nav ul li#navContato a:hover { background: url('images/nav-contato.png') left bottom no-repeat; }

/*
 * Main content
 */
#content {
	clear: both;
	padding: 20px 30px 0 30px;
}

h2 {
	color: #EF1017;
	font-weight: normal;
	font-size: 28px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 1.1em;
}

h3 {
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 18px;
}

h2.white {
	color: #fff;
	font-size: 24px;
	margin-top: 5px;
}

.red {
	color: #EF1017;
}

.col1, .col2 {
	width: 50%;
	float: left;
}

.nobullets {
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.5em;
}

.break {
	clear: both;
}

.isbn {
	font-size: 18px;
}

.summaryTable {
	font-size: 12px;
}

.summaryTable thead {
	text-align: center;
	line-height: 1.2em;
}

.summaryTable thead strong {
	font-size: 14px;
}

ul#panelsList li {
	margin: 5px 0;
}

#cartaz {
	background: url('images/cartaz.png') top center no-repeat;
	height: 517px;
	
}