*{
	margin: 0px;
}
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
}
h1 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.img, .imgMin {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.imgMin {
	margin-right:5px;
}
a {
	font-size: 11px;
	color:#666666;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	color:#666666;
	text-decoration: underline;
}
/* - - - - - - - - - div's - - - - - - - - - */


#wrapper {
	margin: 0px auto;
	width: 775px;
}
#topo {
	width: 775px;
	height: 141px;
	margin-bottom: 2px;
}
#esquerda {
	width: 243px;
	float: left;
	margin-left: 3px;
	margin-bottom: 2px;
}
#linhas_horarios_topo {
	height: 30px;
}
#linhas_horarios_meio {
	background-image: url(img/img_linhas_horarios_fundo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-left: #DDDDDD 1px solid;
	border-right: #DDDDDD 1px solid;
}

#linhas_horarios_fim {
	height: 27px;
}
#contatos_topo {
	margin-top: 2px;
	height: 32px;
}
#contatos_meio {
	background-image: url(img/img_contatos_fundo.jpg);
	background-repeat: repeat-y;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contatos_fim {
	height: 26px;
}

#direita {
	width: 524px;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
}
#direita_topo {
	height: 30px;
	background-color: #EAEAEA;
}
#direita_topo_esquerda {
	width: 485px;
	height: 23px;
	float: left;
	border-bottom: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	padding-left: 10px;
	padding-top: 5px;
}
#direita_topo_direita {
	width: 28px;
	height: 30px;
	float: right;
}
#banner_flash {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	height: 130px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
}
#direita_topo_conteudo {
	height: 23px;
	border: #CCCCCC 1px solid;
	background-color: #EAEAEA;
	padding-left: 10px;
	padding-top: 5px;
}
#conteudo {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding: 5px;
	min-height: 115px;
	height: auto !important;
	height: 115px;
}
#conteudo_2 {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	min-height: 70px;
	height: auto !important;
	height: 70px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#conteudo_interna {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding: 10px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}
#voltar {
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	padding-left: 10px;
	padding-top: 10px;
	border-top: #CCCCCC dashed 1px;
}
#conteudo_esquerda {
	width: 250px;
	float: left;
}
#conteudo_meio {
	width: 1px;
	margin-right: 5px;
	padding-right: 5px;
	border-right: #CCCCCC 1px dashed;
	float: left;
	height: 70px;
}
#conteudo_direita {
	width: 250px;
	float: left;
}
#conteudo_fim {
	clear: both;
	background-image: url(img/conteudo_fim.jpg);
	height: 27px;
	background-repeat: no-repeat;
	background-position: center center;
}
#rodape {
	clear: both;
	height: 40px;
}
#erros {
	color: #FFFFFF;
	background-color: #C90000;
	display: block;
	border: 1px solid #FF0000;
	padding: 5px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
}

#colorTable tr:hover{
	background-color:#F9E8B5;
	cursor:pointer;
}

#colorTable td{
	border-color:#F9F9F9;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	font-size:10px;
}

#tooltip{
	width:150px;
	min-height:25px;
	border-color:#009900;
	border-style:solid;
	border-width:1px;
	background-color:#FFFF99;
	position:absolute;
	z-index:2;
	font-size:10px;
	text-align:center;
	display:none;
}

.titulo {
	color: #000099; 
	font-weight: bold; 
}