﻿#flashcontent {
	height: 100%;
	text-align: center;
	margin-top:9px;
}

.txt_body {
	font-family: "Trebuchet MS";
	font-size: 0.76em;
	color: #666666;
	padding: 0 10px 0 10px;
}

.txt_body_bold {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 0.76em;
	color: #666666;
	padding: 0 10px 0 10px;
}

.txt_home {
	font-family: "Trebuchet MS";
	font-size: 0.76em;
	color: #666666;
	padding: 0 15px 0 15px;
}

.txt_plus {
	width:220px;
	height: 88px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 0.63em;
	color: #0071B6;
	text-decoration: none;
	text-alig: center;
	padding: 5px 8px 0 8px;
}

.footer {
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 0.76em;
	color: #ffffff;
	text-decoration: none;
}

.title_orange {
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 0.9em;
	color: #ED9911;
	text-decoration: none;
	margin: 5px 0 5px 10px;
}

.title_blue {
	height: 25px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 0.9em;
	color: #0071B6;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 5px 15px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.txt_interno {
	font-family: "Trebuchet MS";
	font-size: 0.76em;
	color: #666666;
	padding: 5px 10px 5px 10px;
}

.txt_news {
	font-family: "Trebuchet MS";
	font-size: 0.65em;
	color: #666666;
	text-align: center;
}


A.menu-top {
	display: block;
	background: url('../images/bkg_menu_topo.png') no-repeat center top; 
	width: 109px;
	height: 71px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana,  arial;
	font-size: 0.73em;
	color: #999999;
	padding: 10px 0 0 0;
}

A.menu-top:hover {
	display: block;
	background: url('../images/bkg_menu_topo_over.png') no-repeat center top; 
	width: 109px;
	height: 71px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana,  arial;
	font-size: 0.73em;
	color: #EF9B10;
	padding: 35px 0 0 0;
}

.menu-top-active {
	display: block;
	background: url('../images/bkg_menu_topo_over.png') no-repeat center top; 
	width: 109px;
	height: 71px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana,  arial;
	font-size: 0.73em;
	color: #EF9B10;
	padding: 35px 0 0 0;
}

A.menu_produtos {
	display: block;
	width: 200px;
	heidht:22px;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana,  arial;
	font-size: 0.73em;
	color: #666666;
	padding: 6px 0 0 10px;
	margin: 0 0 0 10px;
}

A.menu_produtos:hover {
	background-image: url('../images/bkg_sub_menu.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana,  arial;
	font-size: 0.73em;
	color: #666666;
	padding: 6px 0 0 10px;
	margin: 0 0 0 10px;
}


/* formulários */
.input {
	border-bottom-color: #C0C0C0;
	border-bottom-width: 0px;
	border-left:0px; border-right:0px; border-top:0px; border-bottom:0px;
	height : 16px;
	background-color: #E3E9EF;
	border-bottom-style:solid; font-size: 0.68em;
	color : #333333;
	font-weight : normal;
	font-family: "Trebuchet MS";
	padding-left:2px; padding-right:2px; padding-top:0; padding-bottom:0
}

.textarea {
	border-bottom-color: #C0C0C0;
	border-bottom-width: 0px;
	border-left:0px; border-right:0px; border-top:0px; border-bottom:0px;
	height: 86px;
	background-color: #E3E9EF;
	border-bottom-style:solid; font-size: 0.68em;
	color : #333333;
	font-weight : normal;
	font-family: "Trebuchet MS"; padding-left:2px; padding-right:2px; padding-top:0; padding-bottom:0
}

.txt_form {
	font-family: "Trebuchet MS";
	font-size: 0.63em;
	color: #666666;
}