/*Página Geral*/

{margin:0px; padding:0px;}

body {
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #CC0000;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #cc0000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #CC0000;
	scrollbar-track-color: #ffffff;
}

#geral {
	position: relative;
	width: 760px;
	height: 590px;
	background: url(../img/bg_geral.gif);
	background-repeat:no-repeat;
	margin: 0 auto;
	text-align:center;
}

#homelogo {
	position:absolute; 
	top:51px; 
	left:48px; 
	width: 166px; 
	height: 64px;
	margin:0px;
	padding:0px;
}

#homedata {
	position:absolute; 
	top:9px; 
	left:249px; 
	width: 285px; 
	height: 15px;
	text-align:left;
	margin:0px;
	padding:0px;
}
#iconehome {
	position:absolute; 
	top:6px; 
	left:686px; 
	width: 22px; 
	height: 21px;
	margin:0px;
	padding:0px;
}
#iconemail {
	position:absolute; 
	top:8px; 
	left:723px; 
	width: 18px; 
	height: 18px;
	margin:0px;
	padding:0px;
}
#animacaotopo {
	position:absolute; 
	top:43px; 
	left:230px; 
	width: 512px; 
	height: 112px;
	margin:0px;
	padding:0px;
	text-align:left;
}
#endereco {
	position:absolute;
	top:476px;
	left:36px;
	width: 194px;
	height: 109px;
	background: url(../img/bg_endereco.gif) no-repeat;
	margin:0px;
	padding:0px;
}
#menuhome {
	position:absolute; 
	top:183px; 
	left:35px; 
	width: 191px; 
	height: 233px;
	margin:0px;
	padding:0px;
}
#conteudogeral{
	position:absolute; 
	top:185px; 
	left:232px; 
	width: 497px; 
	height: 362px;
	margin:0px;
	padding:0px;
}
#rodape {
	position:absolute;
	top:590px;
	left:0px;
	width: 760px;
	background: url(../img/bar_rodape.gif) no-repeat;
	height: 29px;
	vertical-align: bottom;
	margin:0px;
	padding:0px;
}
#linkrodape {
	position:absolute; 
	top:0px; 
	left:603px; 
	width: 148px;
	margin:0px;
	padding:0px;
}

/* Fontes */

.type01 {
	font-family: Verdana;
	font-size: 9px;
	text-align:justify;
}

.type02 {
	font-family: Verdana;
	font-size: 9px;
	color:#003399;
}
.type03 {
	font-family: Verdana;
	font-size: 9px;
	
}

/* links */
a.azul {
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
	color:#003399;
}
a.azul:hover {
	color:#CC0000;
}
