/* Bsico */
body,h1,h2,h3,h4,ul,ol,li,dl,dd,dt,form{
	margin:0px;
	padding:0px;
}
A:link { TEXT-DECORATION: none; }
A:visited { TEXT-DECORATION: none;  }
A:hover { TEXT-DECORATION: underline; }
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-arrow-color: #062b84;
	scrollbar-Face-Color: #FFFFFF;
	scrollbar-highlight-Color: #d5d5d5;
	scrollbar-DarkShadow-Color: #FFFFFF;
	scrollbar-Track-Color: #EFEFEF;
	background-color: #ffffff;
}
ul,li{
	list-style:none;
}
.quebra{
	clear:both;
}
img {
	border: none;
}
/* Fim Bsico*/
.fundo{
	background-image: url(img/fundo.jpg);
	background-repeat: no-repeat;
}
#topo{
	position:absolute;
	top: 0;
	left: 0;
	background-image: url(img/topo.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 120px;
}
#titular{
	position:absolute;
	top: 43px;
	left: 15px;
	background-image: url(img/titular.gif);
	background-repeat: no-repeat;
	width: 570px;
	height: 19px;
}
.conteudo{
	width: 234px;
	height: 326px;
	background-color: #fff;
}
#menu{
	position:absolute;
	top: 80px;
	left: 16px;
	width: 530px;
	height: 27px;
	z-index: 2;
}
#subemnu{
	position:absolute;
	top: 116px;
	left: 21px;
	z-index: 2;
	font-weight: bold;
	color: #aeaeae;
}
#janela{
	position:absolute;
	top: 105px;
	left: 16px;
	padding: 35px 0 0 10px;
	background-image: url(img/fundo_abas.jpg);
	background-repeat: no-repeat;
	width: 570px;
	height: 216px;
}
#rodape{
	position:absolute;
	top: 332px;
	left: 0;
	background-image: url(img/rodape.gif);
	background-repeat: no-repeat;
	width: 600px;
	height: 17px;
}

/* menu */
#menu a,
#menu span{
	background-position: 0 -27px;
	float: left;
	width: 106px;
	height: 27px;
	display: block;
}
#menu a:hover	{	background-position: 0 -54px;}
#menu span		{	background-position: 0 0;}
#menu .mn1		{	background-image: url(img/abas_01.gif);}
#menu .mn2		{	background-image: url(img/abas_02.gif);}
#menu .mn3		{	background-image: url(img/abas_03.gif);}
#menu .mn4		{	background-image: url(img/abas_04.gif);}
#menu .mn5		{	background-image: url(img/abas_05.gif);}
/* menu */

/* sub menu */
.smn1, .smn2{
	font-size: 11px;
	text-align: center;
	color: #aeaeae;
	padding: 4px;
}
.smn1 a, .smn2 a{
	text-align: center;
	color: #aeaeae;
}
.smn1{
	text-align: center;
	color: #fff;
	background-color: #a2a2a2;
	padding: 4px;
}
/* sub menu */

#texto{
	width: 550px;
	height: 170px;
	overflow: auto;
}
