body {
	font: 12px Arial, Helvetica, sans-serif;
	
}
.pageContent {
	color: #838383;
	font-family : Arial;
	font-size : 12px;
}
.pageContent a {
	font-family : Arial;
	font-size : 12px;
}

img { 
	behavior:url('images/pngbehavior.htc'); 
}
.company
{
	font-size: 35px;
	color: #555555;
	font-family: Times New Roman;
	vertical-align: bottom;
}

.slogan
{
	font-size: 28px;
	color: #555555;
	font-family: Monotype Corsiva;
	vertical-align: top;
	float: right;
	text-align: right;
}
.top
{
	height: 196; 
	vertical-align: top;
	padding: 89px 0px 0px 493px;
	background : url(../images/top_bg.gif) repeat-x;
	position: relative;
}

.menu
{
	padding-bottom: 8px;
}
.menu a{
	font-size: 18px;
	color: #5A5A5A;
	font-family: Arial;
	text-decoration: none;
}
.amenu
{
	font-size: 18px;
	color: white;
	font-family: Arial;
	font-weight: bold;
	color: #5A5A5A;
	padding-bottom: 8px;
	background: url(../images/amenu_bg.gif);
}
.sub_bullet
{
	margin: 0px 5px 0px 48px;
	border: 0px;
}

.submenu
{
	font-size: 11px;
	color: #5C5B59;
	font-family: Arial;
	text-decoration: none;
}

.subamenu
{
	font-size: 11px;
	color: #5C5B59;
	font-family: Arial;
	font-weight: bold;
}
.text
{
	font-size: 11px;
	color: #838383;
	font-family: Arial;
}

.content-header
{
	font-size: 18px;
	color: #9E5686;
	font-family: Arial;
}

.footer
{
	font-size: 12px;
	color: #0000ff;
	font-family: Arial;
	text-align: center;
	background : url(../images/footer_bg.gif); 
	padding: 0px 25px 0px 25px;
}

p
{
	font-size: 14px;
	text-align: justify ;
	
}

div.main {
  	border: 1px solid #cccccc;
  	background: #ededed;
  	padding: 20px;
  	float: left;
  	width: 95%;
  }
tr.propriedade{
  	background: #efce5b;
  	padding-left: 0px;
}
tr.valor{
	background: #faebd7;
	padding-left: 0px;
}
div.imgpeq_retrato, div.imgpeq_paisagem {
	float:left;
	overflow:hidden;
	background:#ffffcc;
	font-size:11px;
	margin:8px;
	text-align:center;
	width: 160px;
	height: 160px;
	border: 1px solid #cccccc;
	display: none;
}
div.imgpeq_retrato:hover, div.imgpeq_paisagem:hover  {
	background:#dddddd;
}
div.imgpeq_paisagem {
	padding-top: 20px;
	
}
div.imgpeq_retrato img, div.imgpeq_paisagem img{
	border: 1px solid #cccccc;
}
p.description{
	font-size:18px; 
	text-align:center;
}
a {
	text-decoration:none;
	font-weight: bold;
}
a:link{
	color: #444444;
}
a:visited{
	color: #444444;
}
a:hover{
	color: #999999;
}
input, textarea {
	width: 400px;
}
textarea{
	height: 200px;
	overflow: auto;
}
.submit {
	width: 100px;
}