@charset "utf-8";
/* CSS Document */
body {
margin:0;
padding:0;
background: rgb(250, 250, 250);
text-align:center; /* hack para o IE */	

	}
	
input.smalltext {
font-size: 7pt;
}
	
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #666;
}

#teste{ background:url(../Templates/img/tl.jpg) repeat-x; width:100%; height:93px; margin:0 auto; text-align:center;}


#conteudo{ width:740px; height:100%; margin:0 auto; text-align:left;}
#topo{background:url(../Templates/img/topo.jpg) no-repeat; width:740px;height:93px;}

#corpotopo{background:url(../Templates/img/corpo_topo.jpg) no-repeat center;width:740px;height:36px;}
#corpo{background:url(../Templates/img/corpo.jpg) repeat-y; width:705px; height:100%; overflow:hidden; padding-left:35px;}
#corpo_esq{width:110px; height:100%; float:left;}
#corpo_dir{width:550px; height: 100%; float:left; }
#rodape1{clear:both; background:url(../Templates/img/rodape1.jpg); width:740px;height:32px;}
#rodape{ background:url(../Templates/img/bl.jpg) repeat-x; width:100%; height:57px; margin:0 auto; text-align:center;}

