@charset "utf-8";

html { 
	padding:0px;
	margin:0px;
}

body {
	background-image:url(../imagem/bg.jpg);
	background-color: #F45912;
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

.txt_copyright {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
}
.txt_content {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
}
.txt_bold {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666666;
}
.txt_destaque {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F45912;
}
.txt_destaque_clearly {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}


a.link_bold {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;
	list-style: none; list-style-type: none; text-decoration: none; line-height: normal;
}
a.link_bold:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: bold;
	list-style: none; list-style-type: none; text-decoration: underline; line-height: normal;
}
a.link_bold_highlights {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F45912; font-weight: bold;
	list-style: none; list-style-type: none; text-decoration: none; line-height: normal;
}
a.link_bold_highlights:hover {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #F45912; font-weight: bold;
	list-style: none; list-style-type: none; text-decoration: underline; line-height: normal;
}




a.link {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}

a.link:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	text-decoration: underline;
}
a.link_destaque {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F45912;
	text-decoration: none;
}

a.link_destaque:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F45912;
	text-decoration: underline;
}

a.link_icons {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F45912;
	text-decoration: none;
}

a.link_icons:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #F45912;
	text-decoration: none;
}

.form_input {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	border-bottom-color:#F0F0F0;
	border-left-color:#CBCBCB;
	border-right-color:#F0F0F0;
	border-top-color:#CBCBCB;
	border:solid;
	border-width:1px;
	background-color:#FFFFFF;
	height:18px;
}
.form_textarea {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #666666;
	border-bottom-color:#F0F0F0;
	border-left-color:#CBCBCB;
	border-right-color:#F0F0F0;
	border-top-color:#CBCBCB;
	border:solid;
	border-width:1px;
	background-color:#FFFFFF;
}
.input_enviar {
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	border:solid;
	border-width:0px;
	border-color:#F45912;
	background-color:#F45912;
	height:16px;
	width:110px;
}
