	body {
		background: #FFFFFF;
		font: 0.7em Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	body,h1,h2,h3,h4,h5,h6,li,ul,ol,td,th,form,legend {
		margin: 0px;
		padding: 0px; list-style:none;
	}
	.clear {
		clear: both;
	}
	.t1,.t2  {
		display: inline;
		float: left;
		padding: 15px 0px 0px 15px;
	}
	.t1 {
		display: none;
	}
	.t1 input {
		width: 80px; margin-right: 10px; 
	}
	.t2 {
	margin-left: 95px; width: auto; padding-left: 15px;
	}
	#ad {
		display: none;
	}
	#bg {
				display: none;
	}
	#foot {
				display: none;
	}
	#foot a, #foot a:link {
		color: #9999A3;
		text-decoration: none;
	}
	#foot a:hover {
		color: #000000;
		text-decoration: none;
	}
	fieldset {
		border: none;	border-top: 1px solid #E6E6EB; padding: 0px;
	}
	legend {
		padding: 0px 5px 5px 0px;
	}
	#topo {
	width: 780px; 
	height: 100px;
	}
	#headline {
				display: none;
	}
	#main {
				display: none;
	}
	#menu {
				display: none;
	}
	.titulo {
		margin: 48px 0px 0px 15px;
	}
	h2 {
		font-size: 1em;
	}
	.titdepto{
		margin-bottom: 15px;
	}

	h1 {
   width:200px; height:100px; 
   background: url(images/logovw.jpg) no-repeat;
	overflow:hidden;
}
	h1 a{
		display: block;
		width: 200px; height: 100px; background: url(images/logovw.jpg) no-repeat; text-indent:-2000px;
		letter-spacing: 3000px; text-decoration: none;
	}
	#logo {
		left: 0px; position: absolute; width:200px; height:100px; 
	}
/* navegação */
#navcontainer {
position: absolute; left: 500px; top: 3px
}
#navlist li{
	display:inline;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#navlist li a{
    display:block;
    float:left;
    padding:0 0.7em;
    border-left:1px solid #9999A3;
	 color: #9999A3; text-decoration: none;
}
#navlist li a:hover{
	color: Black;
}
#navlist li a#current{
    border-left:none;
}
/* fim da navegação */