@charset "UTF-8";
/* ------------------------------ */
/*   GERAL                        */
/* ------------------------------ */
body {
	font: 12px arial, verdana;
	margin:0px;
	padding:0px;
	background:url(bg.gif);
}
A				{text-decoration:none; color: #000000}
A:link 			{text-decoration: none}
A:visited 		{text-decoration: none}
A:hover 		{text-decoration: underline;}
A:active 		{text-decoration: none}
 
.branco14		{color:#FFFFFF; font-size:14px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.branco13		{color:#FFFFFF; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.verde			{color:#2F3C0B; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.preto12		{color:#000000; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.preto10		{color:#000000; font-size:10px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.preto18		{color:#000000; font-size:18px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.preto11		{color:#000000; font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}
H2				{color:#000000; font-size:12px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
#geral {
width:100%;
margin:0 auto;
text-align:center; 
display:table; /* Necessrio para o FireFox. */ 
height:600px; /* Have to put something in here for the height for both browsers. Not a percentage. */ 
}
#conteudo {  /*makes sure everything in it is aligned in center */
	width:780px;
	margin:0 auto;
	text-align:center;
	letter-spacing: normal;
	word-spacing: normal;
 }
 
/* ------------------------------ */
/*   Lado A                       */
/* ------------------------------ */
#LadoA {
	width:525px;
	heigth:600px;
	float:left;
}
#Topo01 {
	width:530px;
	height:230px;
	float:left;
}
#Menu {
	width:530px;
	height:30px;
	float:left;
}
#Conteudo_geral {
	width:490px;
	height:285px;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	overflow:auto;
}
#Rodape {
	width:530px;
	height:25px;
	padding-top:15px;
	float:left;
	background-image:url(background_rodape.jpg);
	font-size:11px;
}
/* ------------------------------ */
/*   Lado B                       */
/* ------------------------------ */
#LadoB {
	width:250px;
	heigth:600px;
	float:left;
}
#Logo {
	width:250px;
	height:150px;
	float:left;
}
#Box_Home1 {
	width:250px;
	height:200px;
	float:left;
}
#Box_Home2 {
	width:205px;
	height:230px;
	padding-top:20px;
	padding-left:15px;
	padding-right:30px;
	float:left;
	background-image:url(box_home2.jpg);
	color:#FFFFFF;
