/* CSS Document */


*, html {
	margin:0px;
	padding:0px;
}

#body{
	margin:0px;
	padding:0px;
	height:100%;
	background-image:url(img/back_body.jpg);
	background-repeat:repeat-y;
}


/* BLOCOS BLOCOS BLOCOS */

#topo{
	width:770px;
	height:210px;
	background-image: url(img/back_topo.jpg);
	position: relative;
	}
	
#tema{
	width:170px;
	height:70px;
	background-image:url(img/tema.jpg);
	position:absolute;
	left:8px;
	top:13px;
	display:block;
	text-indent:-3000px;}

#data{
	width:200px;
	height:20px;
	position: absolute;
	left:197px;
	top:6px;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	}

#local{
	height:20px;
	position: absolute;
	top:6px;
	font-family: "Times New Roman", Times, serif;
	text-align: right;
	right:15px;
	font-size:16px;
	}

#conteudo{
	width:770px;
	}
	
#menu{
	width:200px;
	height:600px;
	float:left;
	position: relative;
	}
	
#menu ul{
	width:200px;
	list-style-type:none;
	}
	
#menu ul li a{
	width:200px;
	height:28px;
	line-height:26px;
	display:block;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	text-align:left;
	background-image: url(img/back_menu.jpg);
	background-repeat:repeat-x;
	text-indent: 10px;
	}

#menu ul li a:hover{
	background-image: url(img/back_menu_hover.jpg);
	background-repeat:repeat-x;
	}
	
#textos{
	width:524px;
	float:right;
	right: 20px;
	position: relative;
	margin-top: 20px;
	text-align: justify;
	}
	
#textos ul {
	margin-left:15px;
	}	
	
#textos ul li{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	
#textos ol {
	margin-left:20px;
	}	
	
#textos ol li{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	
.clear{
	width:100%;
	height:20px;
	clear:both;
}

td{padding:5px;}

/* TEXTOS TEXTOS TEXTOS */

h1{
	width:270px;
	height:158px;
	background-image:url(img/h1.jpg);
	position:absolute;
	left:485px;
	top:45px;
	display:block;
	text-indent:-3000px;
	}
	
h2{
	font-family:"Times New Roman", Times, serif;
	color:#920000;
	display:block;
	width:500px;
	height:30px;
	font-size: 18px;
	font-weight: bold;
	background-image:url(img/back_h2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-indent: 2px;
	margin-bottom: 25px;
	}
	
h3{
	font-family:"Times New Roman", Times, serif;
	color: #900;
	font-size: 16px;
	font-weight: bold;
	}

p{	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	}
	
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #F60;
	margin: 0px;
}


a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #F60;
	}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	color: #9C0;
}

a:link.monitores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #039;
	margin: 0px;
}

a:visited.monitores {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #039;
	}

#tabela_programacao{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
}
