html{
	overflow-y:scroll;
}
html, body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#pageContainer{
	width:980px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#pageHeader{
	background-color:#ff0000;
	width:100%;
	height:106px;
}
	#pageHeader #logo{
		padding:28px 55px 0 75px; 
		float:left;
	}
	#pageHeader #chamada{
		padding:20px 95px 0 0; 
		float:right;
	}

	/*busca*/
	#boxSearch{
		float:left;
		background-image:url(../img/search_background.gif);
		width:416px;
		height:86px;
		margin:20px 0 0 0;
		color:#FFFFFF;
		font-weight:bold;
	}
	#boxSearch .input{
		background-color:#FFFFFF;
		border:0;
		padding:3px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	.headerLinks{
		list-style:none;
		margin:7px 0 0 52px;
		padding:0;
		background-color:#CCCCCC;
	}
	.headerLinks li{
		display:block;
		float:left;
		width:60px;
		margin:4px 30px 0 0;
		padding:0 34px 0 0;
		background-image:url(../img/line_headerLinks.gif);
		background-repeat:no-repeat;
		background-position:center right;
		text-align:center;
	}
	.headerLinks li a{
		text-decoration:none;
		color:#FFFFFF;	
	}
	.headerLinks .end{
		margin-right:0;
		padding-right:0;
		background:none;
	}

#pageMarrow{
	border:1px solid #e1e1e2;
	border-top:0;
	width:888px;
	overflow:hidden;
	padding:45px 45px 70px 45px;
	background-image:url(../img/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position:622px 100px;
}

/*page menu*/
#pageMenu{
	float:left;
	width:220px;
}
	#pageMenu .box{
		background-color:#ff6431;
	}
	#pageMenu .subMenu{
		margin:5px 0 0 0;
		color:#FFFFFF;
	}
	#pageMenu .title{
		background-image:url(../img/menu_title.gif);
		background-repeat:no-repeat;
		padding:10px 16px;
		color:#FFFFFF;
		font-weight:bold;
		width:auto;
	}
		#pageMenu .title img{
			float:left;
			margin:0 10px 0 0;
		}
		#pageMenu .title span{
			display:block;
			margin:5px 0 0 0;
		}
		#pageMenu .title a{
			color:#FFFFFF;
			text-decoration:none;
		}
	.ulTitulo{
		background:none !important;
	}

	#pageMenu ul{
		list-style:none;
		margin:0;
		padding:16px;
		background-image:url(../img/menu_border.gif);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	#pageMenu ul li{
		background-image:url(../img/menu_bullet.gif);
		background-repeat:no-repeat;
		background-position:0 7px;
		padding:1px 0 1px 10px;
		margin:0 0 0 0;
	}
		#pageMenu ul li.check{
			background-image:url(../img/menu_check.gif);
			background-repeat:no-repeat;
			background-position:0 0;
			padding:2px 0 2px 22px;
			margin:0 0 0 0;
			font-weight:bold;
		}
	#pageMenu ul li a{
		color:#FFFFFF;
		text-decoration:none;
	}
	#pageMenu ul li a:hover{
		text-decoration:underline;
	}


#pageContent{
	float:right;
	width:625px;
	overflow:hidden;
	position:relative;
	color:#65666a;
	height:1px;
	background-color:#FFFFFF;
}
	.contentGroup{
		width:11325px; 
		height:300px; 
		position:relative;
	}
	.contentGroup .contentBox{
		width:625px; 
		margin:0 20px 0 0; 
		float:left;
	}

#pageFooter{
	width:100%;
	display:table;
	padding:20px 0;
}

/*===FORMAT===*/
h1{
	padding:0;
	margin:0;
}
	h2.title{
		color:#ff0000;
		font-weight:bold;
		font-size:22px;
		padding:0;
		margin:5px 0 2px 0;
	}
	h2.subtitle{
		color:#ff0000;
		font-weight:normal;
		font-size:17px;
		padding:0;
		margin:0 0 20px 0;
	}

h3{
	color:#ff0000;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:20px 0 20px 0;
}
h6{
	color:#d6d6d6;
	font-weight:bold;
	font-size:9px;
	padding:6px 0 0 0;
	margin:20px 0 20px 0;
	background-image:url(../img/line.gif);
	background-repeat:repeat-x;
}

h7{
	color:#666666;
	font-weight:bold;
	font-size:16px;
	padding:0;
	margin:20px 0 20px 0;
}

p{
	margin:10px 0 5px 0;
	padding:0;
}
a{
	color:#ff0000;
}

.ul{
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
	.ul li{
		padding:0 0 0 18px;
		margin:0 0 8px 0;
		background-image:url(../img/bullet_list.gif);
		background-repeat:no-repeat;
	}
.destaqueText{
	color:#ff0000;
	font-weight:bold;
	font-size:22px;
}
.more{
	display:block;
	text-align:right;
	padding:5px 0 20px 0;
	clear:both;
}

/*===FORM====*/
form{
	margin:0;
	padding:0;
}
.input{

}

/*===TABLE====*/
.table{
	
}
.table th{
	background-color:#e2e2e3;
	padding:3px;
	text-align:left;
}
.table td{
	background-color:#f4f4f4;
	padding:3px;
}

/*===TABLE-TIPOS===*/
.tableTipos{
	
}
.tableTipos th{
	background-color:#002244;
	color:#FFFFFF;
	height:30px;
	padding:3px;
	text-align:left;
}
.tableTipos td{
	height:70px;
	color:#39526B;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D1D3D4;
	padding:3px;
}

.tabela{
	
}
.tabela th{
	background-color:#002244;
	color:#FFFFFF;
	height:30px;
	padding:3px;
	text-align:left;
}
.tabela td{
	height:40px;
	color:#39526B;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D1D3D4;
	padding:3px;
}


/*===BOX STYLE====*/
	.boxStyle{
		background-color:#0092d1;
		width:473px;
		color:#FFFFFF;
		margin:0 0 3px 0;
	}
	.boxStyle a{
		color:#ffdf00;
	}
	.boxStyle h3{
		padding:0;
		margin:5px 0 5px 10px;
		font-size:13px;
		color:#FFFFFF;
	}
	.boxStyle h3 a{
		color:#FFFFFF;
	}
	
	.boxStyle .boxTop{
		background-image:url(../img/box_border_top.gif);
		background-repeat:no-repeat;
		height:6px;
		font-size:0;
	}
	.boxStyle .boxBottom{
		background-image:url(../img/box_border_bottom.gif);
		background-repeat:no-repeat;
		height:6px;
		font-size:0;
	}
	.boxStyle .boxContent{
		margin:10px 20px 10px 28px;
		display:none;
	}

.boxStyleBorder{
	margin:10px 0;
}
.boxStyleBorder .border_top{
	background-image:url(../img/boxStyle_border_top.gif);
	background-position:top;
	height:30px;
}
.boxStyleBorder .border_center{
	background-image:url(../img/boxStyle_border_center.gif);
	padding:1px 20px;
	width:auto;
}
.boxStyleBorder .border_bottom{
	background-image:url(../img/boxStyle_border_bottom.gif);
	background-position:top;
	height:30px;
	width:auto;
}


.navigation{
	clear:both;
	text-align:right;
	padding:10px 0 0 0;
}
.navigation .back{
	margin:0 15px;
}
.navigation .next{

}