
*{
	color: #283378;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{
	padding: 0px;
	margin: 0px;
	background: #c0c0c0 url(../../../gfx/BG_body.png) top center no-repeat;
}

label{
	font-weight: bold;
	font-size: 15px;
}

a{
	text-decoration: none;
	color: #1a2466;
}

a:hover{
	color:#4f5fc2;
}



/* ITENS */

#main{
	
}

#container{
	padding: 5px;
}

#rodape{
	padding: 5px;	
	background: url(../../../gfx/BG_Rodape.png) bottom center no-repeat;
	height: 36px;
	margin: 0px;
}

#ezoom{
	text-align: right;
}

#ezoom a{
	color: #ffffff;
}

#topo{
	height: 390px;
}

#topo_interno{
	height: 263px;
}

/* Round Corners */
#top_left_corner{
	/*background: #c0c0c0 url(../../../gfx/BG_body.png) top center no-repeat;*/
}

#middle_top{
	/*background: #c0c0c0 url(../../../gfx/BG_body.png) top center no-repeat;*/
}

#top_right_corner{
		/*background: #c0c0c0 url(../../../gfx/BG_body.png) top center no-repeat;*/
}

#left_side{
	background: url(../../../gfx/table_lm.png) bottom right no-repeat;
	background-position: bottom;
	height: 88px;
	width: 15px;
	background-position: 
}
.contentUpper{
	background: transparent url(../../../gfx/table_bg.png) top center repeat-x;
}

#right_side{
	background: url(../../../gfx/table_rm.png) bottom left no-repeat;
	height: 126px;
	width: 19px;
}

#bottom_left_corner{
	background: url(../../../gfx/table_lb.png) top right no-repeat;
	height: 27px;
	width: 15px;
}

#bottom_side{
	background: url(../../../gfx/table_bm.png) top center no-repeat;
	height: 27px;
	background-repeat: repeat-x;
	border: 0px;
}

#bottom_right_corner{
	background: url(../../../gfx/table_rb.png) top left no-repeat;
	height: 27px;
	width: 19px;
}


a img{
	border:none;
}

#main_container{
	margin:0px auto;
	width:990px;
}


.inputFld{
	width: 300px;
}

.dockFld{
	margin: 5px;
}


.panelFld{
	text-align: right;
	width: 450px;
}

.btnAhref{
	font-size: 15px;
}

#letrasAnim{
	border:0px solid green;
	margin-top:20px;
	margin-left: 250px;
	width: 300px;
}

#menu{
	border:0px solid red; 
	text-align: center;
	margin-top: 6px;
}

#menuInterno{
	border:0px solid red; 
	text-align: center;
	margin-top: 6px;
}

.linkHome{
	display:block;
	width: 320px;
	height: 60px;
	border: 0px solid red;
	margin-left: 200px;
	margin-top: 30px;
}

.header{
	/*background: url(../../../gfx/hdr.png) top center no-repeat;*/
	background: url(../../../gfx/BG_topo.png) top center no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 514px;
	position: absolute;
}

.header_interno{
	/*background: url(../../../gfx/hdr_interno.png) top center no-repeat;*/
	background: url(../../../gfx/BG_topo_interno.png) top center no-repeat;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 263px;
	position: absolute;
}