@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #F1FF93;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.fonte11 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: underline;
	color: #333;
}
a:visited {
	text-decoration: underline;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:active {
	text-decoration: underline;
	color: #333;
}
.combobutton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right: 3px; 
	padding-left: 3px; 
	font-size: 14px;
	background-image:url(../imagens/bg_bt.gif);
	padding-bottom: 3px; 
	color: #ffffff; 
	padding-top: 3px;
	border-top: 0px solid; 
	border-left: 0px solid; 
	border-right: 0px solid; 
	border-bottom: 0px solid
}
.combotext {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px 0px; 
	border-top: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid;
	border-right: #C0C0C0 1px solid;
	border-left: #C0C0C0 1px solid;
}
.combotexton {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	border-right: #C0C0C0 1px solid; 
	border-top: #C0C0C0 1px solid; 
	margin: 0px 0px; 
	border-left: #C0C0C0 1px solid; 
	border-bottom: #C0C0C0 1px solid;
	background-color: #DFEFFF;
}
/*** banner flutuante ***/
#bannerflutuante {
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: normal;
	z-index: 5000;
}
