
		body {
		  text-align: center;
		  background-color:rgb(194,193,193);
		  }

		#container1 {
			margin: 0 auto;
			width: 980px;
			background-color:#fff;
			border:0px solid black;
			background-image:url('imagens\barra2.jpg');
			background-position:bottom center;
			background-repeat:no-repeat;
			height:572;		  
		}
		 
	
		#container2 {
			margin: 0 auto;
			width: 980px;
			height:80px;
			background-color:#fff;
			position:relative;
			top:0;
			
		}
		
		a {
			border-style:none;
			text-decoration:none;
		}
		img {
			border-style:none;
		}
		.menu td {
			width:100;
			height:46;
			font-family:'Verdana',Arial,Sans-Serif;
			padding-left: 4px;
			color:#bbb;
			font-weight:600;
			font-size:12;
			border:0px solid #bbb;
			border-left:1px solid #bbb;
			vertical-align:top;
		}
		.menu a {			
			color:rgb(194,193,193);			
		}		
		.menu a:hover {			
			color:rgb(96,93,92);			
		}
		
		.menu table{
			position:relative;
			top:0;
			left:170;
		}
		
		.imgcol {
			position:relative;
			top:48;
			left:0px;
		}
		#legenda {
			position:relative;
			top:44;
			font-family:'Verdana',Arial,Sans-Serif;
			color:rgb(194,193,193);
			font-weight:bold;
			font-size:13;
		}
		#ldimg {
			width:374px;
			position:relative;
			border-collapse:collapse;
			border-style: solid;
			border-color:#333;
			border-width: 0px 0px 0x 0px;
			text-align:right;
		}
		
		input {
			background-color:#eee;
			border: 0px solid #fff;
			padding-left: 3px;
			color: #555;
			font-size:11;
		}
		
		textarea {
			background-color:#eee;
			
			border: 0px solid #fff;
			padding-left: 3px;
		}

		.data {
			width:20px;
		}
		
		.letras {
			position:relative;
			top:30;
			font-family:'Verdana',Arial,Sans-Serif;
			color:rgb(150,149,148);
			font-weight:500;
			font-size:12;
			line-height:1.5;
		}
