/* Estilo do site - Desenvolvido por IM2 - www.im2.com.br */

body,html {
scrollbar-arrow-color: #FFFFFF;
scrollbar-base-color: #E15E59;
scrollbar-dark-shadow-color: #DB261E;
scrollbar-3dlight-color:#F5C594;
scrollbar-face-color:#DB261E;
scrollbar-highlight-color: #E15E59;
scrollbar-shadow-color: #9D1C15;
scrollbar-darkshadow-color: #9D1C15;
}

html {
	height: 100%;
}

body {
	margin-top: 0px;
    margin-bottom: 0px;
	margin-left: 0px;
    margin-right: 0px;
	height: 100%;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}
td {
	color: #333333;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	text-align: left;
}
a:link, a:visited {
	font-weight: bold;
	color: #DB261E;

}

a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.links_rodape:link, a.links_rodape:visited {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.links_rodape:hover {
	color: #FF0000;
	text-decoration: underline;

}
.rodape_texto_copyright {
	color            : #000000;
	font-size        : 12px;
	text-align: right;
}

a.rodape_texto_copyright:link, a.rodape_texto_copyright:visited {
	color            : #FFFFFF;
	font-weight      : bold;
	text-align: right;
	text-decoration: underline;
}

a.rodape_texto_copyright:hover {
	color            : #FFFFFF;
	font-weight      : bold;
	text-align: right;
	text-decoration: none;
}

.inputbox {
	border: 1px solid #DB261E;

}

.button {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DB261E;
	border: none;

}

/* destaque no menu apenas para o link "clientes" */
a.menu_destaque_clientes {
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #DB261E;
	background: url(../images/flecha_menu.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	voice-family:inherit;
	width: 222px;
	text-indent: 25px;
	background-color: #ff0000;
}
a.menu_destaque_clientes:visited {
	text-decoration: none;
	color: #FFFFFF;
	voice-family:inherit;
}
a.menu_destaque_clientes:hover, a.menu_destaque_clientes#active_menu {
	text-decoration: none;
	color: #FFCC00;
	background-color: #E47774;

}
/* */

/* opções destacadas no menu da lateral esquerda */
a.menu_destaque {
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #DB261E;
	background: url(../images/flecha_menu.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	voice-family:inherit;
	width: 222px;
	text-indent: 25px;
	background-color: #666;
}
a.menu_destaque:visited {
	text-decoration: none;
	color: #FFFFFF;
	voice-family:inherit;
}
a.menu_destaque:hover, a.menu_destaque#active_menu {
	text-decoration: none;
	color: #FFCC00;
	background-color: #E47774;

}
/* */

a.menu {
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #DB261E;
	background: url(../images/flecha_menu.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	voice-family:inherit;
	width: 222px;
	text-indent: 25px;
	background-color: #E15E59;
}

a.menu:visited {
	text-decoration: none;
	color: #FFFFFF;
	voice-family:inherit;
}
a.menu:hover, a.menu#active_menu {
	text-decoration: none;
	color: #FFCC00;
	background-color: #E47774;

}

a.submenu {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #DB261E;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	voice-family:inherit;
	width: 222px;
	text-indent: 45px;
	background-color: #E47774;
	background-image: url(../images/flecha_submenu.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}
a.submenu:visited {
	text-decoration: none;
	color: #FFFFFF;
	voice-family:inherit;
}
a.submenu:hover, a.menu#active_menu {
	text-decoration: none;
	color: #FFFF00;
	background-color: #ECA29F;

}

h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #cc3333;
}
.valor {
	border: 1px dashed #FF0000;
	text-align: center;
	padding: 2px;
	width: 100%;
}
form {
	margin: 0px;
	padding: 0px;

}