body{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #000;
}
a:hover{
	color: #005cce;
}

@font-face {
	font-family: "EngraversGothic BT Regular";
	src: url("tt0586m_.ttf");
}
	
.header{
	background-image: url('./../images/header.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 165px;
}

.header .title{
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "EngraversGothic BT Regular";
	font-size: 20px;
	text-align: center;
	color: #003399;
}

.header .title a{
	color: #003399;
}

.header .title a:hover{
	color: red;
}
	
.header .tab{
	height: 135px;
}

.header .contato{
	font-family: arial;
	font-size: 16px;
	text-align: center;
	height: 77px;
}

.header .contato b{
	font-size: 25px;
}

.header .contato div{
	padding-top: 10px;
}

.header .contato span{
	font-size: 13px;
}

.header .logo{
	padding-left: 25px;
	padding-right: 25px;
}

.header .suporte{
	padding-left: 25px;
	padding-right: 25px;
}

/*.header .menu{
	background-color: #666666;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.header .menu td{
	padding-left: 20px;
	padding-right: 20px;
}*/

.banner{
	width: 100%;
	height: 300px;
}

.banner_servicos{
	width: 100%;
	height: 117px;
	padding-top: 110px;
	padding-bottom: 30px;
	background-color: #fff;
}

.home{
	width: 100%;
	/*background-color: #CCCCCC;
	background-image: url('./../images/body_home.png');
	background-position: center center;
	background-repeat: repeat-x*/
}

.home b{
	font-family: "Arial Black", Arial;
	font-size: 30px;
	font-weight: bold;
}

.home b span{
	font-family: "Arial Black", Arial;
	font-size: 20px;
	font-weight: bold;
}

.home div{
	font-family: "EngraversGothic BT Regular";
	font-size: 16px;
}

.home span{
	font-family: "EngraversGothic BT Regular";
	font-size: 16px;
}

.body_footer{
	width: 100%;
	height: 307px;
	background-color: #CCCCCC;
	background-image: url('./../images/body_home.png');
	background-position: center center;
	background-repeat: repeat-x
}

.body_footer table{
	height: 306px;
}

.body_footer b{
	font-family: "Arial Black", Arial;
	font-size: 30px;
	font-weight: bold;
}

.body_footer div{
	font-family: "EngraversGothic BT Regular";
	font-size: 16px;
}

.body_page{
	font-family: "EngraversGothic BT Regular";
	width: 100%;
	padding: 60px 0 60px 0;
	/*height: 307px;*/
	background-image: url('./../images/body_page.png');
	background-position: top center;
	background-repeat: repeat-x
}

.footer{
	padding: 15px;
	background-color: #005cce;
	font-family: arial;
	font-size: 10px;
	/*font-weight: bold;*/
	color: #fff;
}

.footer div{
	padding: 4px;
}

.footer a{
	color: #fff;
}

.footer a:hover{
	color: red;
}