@charset "utf-8";
BODY {
	background-color: #feca00;
	background-image:url(/imagens/fundo_site.png);
	background-position: top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
input {
    border:none;
    background-color:transparent;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
}
.input_contato {
    border:none;
    background-color:transparent;
	background-image:url(/imagens/input.gif);
	width:300px;
	height:25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #CC0000;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.textarea_contato {
    border:none;
    background-color:transparent;
	background-image: url(/imagens/text_area.gif);
	width:300px;
	height:200px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #CC0000;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.buttonSubmit {
    border:none;
    background-color:transparent;
	background-image: url(/imagens/submit.jpg);
	width:50px;
	height:25px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
table,tr,td,div {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.font_branca{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
}
.font_data{
	font-family: Tahoma;
	font-size: 09px;
	color: #ffffff;
}
.pontilhado {
	font-family: Tahoma;
	font-size: 08px;
	color: #999999;
}

a {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}

a:hover {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color:#000000;
}

a:link {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none;
	color: #000000;
}

a:visited {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

a:active {
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
form {
	margin: 0pt;
}
