/* CSS Document */

.t1{
	font-size:14px;
	font-weight:bold;
}

.t2{
	font-size:12px;
	font-weight:bold;
	color:#000;
}

h1 {
	font-size:12px;
	font-weight:bold;
	color:#000;
}

a:link, a:visited{
	color: #fff;
	text-decoration: none;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#fff;
	margin-top:0px;
}

#todo {
	width: 768px;
	float:left;
	margin-left:4px;
}

#Layer1 {
	position:absolute;
	width:198px;
	z-index:1;
	left: 769px;
	top: 0px;
	padding:4px;
	color:#000;
	border:1px solid #015c58;
	background:#17b1a5;
}

#Layer1 .marcar {
	background:#17b1a5;
}

#Layer1 div {
	padding-top:4px;
	padding-bottom:4px;
}

#Layer1 hr {
	height:1px;
	color:#000;
	border-style:dotted;
}

#Layer1 a, a:visited{
	color:#000;
	text-decoration:none;
}

#Layer1 a:hover{
	color:#000;
	text-decoration:none;
}

#topo {
	width:768px;
	height:437px;
	margin:0px;
	background:url(../imgs/topo_fundo.jpg) left top no-repeat;
}

#linksMenu {
	width:142px;
	border:0px;
	padding:4px 0px 0px 4px;
}

#linksMenu a {
	display:block;
	height:17px;
	color:#dfdfdf;
	/*border:1px solid #835439;*/
	text-decoration:none;
}

#linksMenu a:hover {
	color:#dfdfdf;
	text-decoration:none;
}

#publicidade {
	width:113px;
	padding:0px 15px;
}

#publicidade div {
	width:113px;
	padding-top:4px;
	padding-bottom:4px;
}

#conteudo {
	width:618px;
	margin-top:4px;
	padding:4px 0px 4px 2px;
	background:#FFF;
	float:left;
}

#conteudo a:link, a:visited{
	color: #000;
	text-decoration: none;
}

#conteudo a:hover{
	color: #000;
	text-decoration: none;
}
