body {
	margin: 0px 0px 0px 0px;
	background-color: #EDEBE2;
	color : #000000;
	padding: 0 0 36px 0;
	background-image:url(../images/BgSite.png);	
}
body, input, select, textarea, td, th, optgroup {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
th {
	text-align: left;
}

a:link, a:visited, a:active, a:hover {
	color: #333333;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

#rodape {
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 32px;
	
	border-top: 1px solid #BEBCB5;
	background-color: #f7f7f7;
	padding: 0px;
}
#rodape .main {
	padding: 8px;
}
@media screen{
	#rodape{
		position: fixed;
	}
}

#rodape a:link, #rodape a:visited, #rodape a:active, #rodape a:hover {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
#rodape a:hover {
	text-decoration: underline;
}

.fax {
	font-size:120%;
}

.faxmore {
	font-size:180%;
}

.faxmoremore {
	font-size: 240%;
}

.cinza {
	color:#666666;
}

.branco {
	color: #ffffff;
}

.bold {
	font-weight:bold;
}

#aboutme {
	width:960px;

	background-color:#000000;
	color:#f7f7f7;
	border:0px solid #f7f7f7;

	opacity:0.66;
	-moz-opacity: 0.66;
	filter: alpha(opacity=66);
}

.Input {
	width:100%;
	height:32px;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	border:1px solid #f7f7f7;
	opacity:0.94;
	-moz-opacity: 0.94;
	filter: alpha(opacity=94);	
	color:#9C7223;	
	
	-moz-border-radius: 8px 8px 8px 8px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 84px;
	-goog-ms-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

.Box {
	width:100%;
	height:120px;
	background-color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#9C7223;
	opacity:0.94;
	-moz-opacity: 0.94;
	border:1px solid #f7f7f7;
	filter: alpha(opacity=94);	
	
	-moz-border-radius: 8px 8px 8px 8px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 84px;
	-goog-ms-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;		
}
