﻿body,td,th {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 13px;
	color: #000000;
}
body {
	background-image: url(../../Images/fundo.jpg);
	background-repeat: repeat-x;
}
#corpo {	
	width: 790px;
}
#esquerda {
	width: 160px;
	float: left;
}
#direita {
	width: 604px;
	float: right;
}
#topo_lapis {
	background-image: url(../../Images/topo_lapis.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
	width: 604px;
}
#topo_tit {
	width: 196px;
	padding-right: 65px;
	padding-top: 32px;
}
#conteudo {
	width: 590px;
	background-color: #FFFFFF;
	text-align: center;
}
#conteudo1 
{
    padding-top: 30px;
	width: 604px;
	background-color: #FFFFFF;
	text-align: center;
}
#conteudointernas 
{
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
	width: 550px;
	background-color: #FFFFFF;
	text-align: left;
}
#box_home {
	width: 380px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 20px;
}
#agenda {
	height: 236px;
	width: 170px;
	float: right;
	margin-top: 10px;
	background-image: url(../../Images/Box_agenda.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: left;
}
.folha 
{
    background-image: url(../../Images/acontece_folha.jpg)    ;
    background-repeat: no-repeat;
    height: 210px;
    width: 140px;
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.agenda_texto 
{
    font-size: 11px;
	text-align: left;
	margin-top: 20px;
	width: 110px;
}
.agenda_texto a
{
    font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.agenda_texto a:hover
{
    font-size: 11px;
	text-decoration: underline;
	color: #000000;
}
li {
	list-style-type: square;
	padding-left: 20px;
	padding-right: 20px;
	list-style-position: outside;
	list-style-image: url(../../Images/bullet.jpg);
	clip: rect(auto,auto,auto,auto);
	white-space: normal;
	clear: both;
}
.linha_sim {
	background-color: #F2F8FF;
}
.titulo_tabela {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #1D87C0;
}
.button {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #037CD6;
	border: 1px solid #006699;
}
.input_text {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
	border: 1px solid #CCCCCC;
}
.input_text_focus {
	font-family: "Trebuchet MS", Arial, "Times New Roman";
	font-size: 11px;
	border: 1px solid #62B0FF;
	background-color: #D7F5FF;
}