
/*img, div { behavior: url("css/iepngfix.htc") }*/
.ImageLoading {
  background: url(../imagens/ajax-loader.gif) no-repeat center center;
}
body {
	font-family: 'Verdana', 'Arial', 'sans-serif';
	font-size: 10px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.LinkSemUndeline {
	text-decoration: none;
}
.LinkSemUndeline:hover {
	text-decoration: underline;
}

.LinkSemUndelineDestaques {
	text-decoration: none;
}
.LinkSemUndelineDestaques:hover {
	text-decoration: underline;
	font-weight: bold;
}
.LinkSemUnderlineDestaquesBold {
	text-decoration: underline;
	font-weight: bold;
}
.LinkSemUndelineProjeto {
	text-decoration: none;
}
.LinkSemUndelineProjeto:hover {
	text-decoration: underline;
}

.LinkSemUndelineConceito {
	text-decoration: none;
}
.LinkSemUndelineConceito:hover {
	text-decoration: underline;
}

.LinkSemUndelinePessoa {
	text-decoration: none;
}
.LinkSemUndelinePessoa:hover {
	text-decoration: underline;
}

div.column *, div#content p, div#outside p{
	/*margin:10px;*/	
	
}
div#content, div#outside {
	background-color:#fff;
	overflow:hidden;
	width:99%;
	position:relative	;
	border:1px solid #A0AD5E;	
	margin-bottom:-1px;
}

div.wrapper {
	/*margin:10px;*/
	margin-left: -10px;
	position:relative;
	float:left;
	vertical-align:top;
}
div.wrapper img{	
	float:left;
	border:0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:7px;
	width:100%
}
div.wrapper div.tl{
	background:transparent url(tl.gif) top left no-repeat;
	top:0;
	margin-left: 3px;
	/*margin-left: 8px;*/
}
/*div.wrapper div.tr{
	background:transparent url(tr.gif) top right no-repeat;
	top:0;
	}*/

div.wrapper div.bl{
	background:transparent url(bl.gif) bottom left no-repeat;
	bottom:0;
	margin-left: 3px;
	margin-bottom: -1px;
}
/*div.wrapper div.br{
	background:transparent url(br.gif) bottom right no-repeat;
	bottom:0;
}*/
div.column {
	width:35%;
	float: right;
	background-color: #B5C4A5;	
	margin-left:10px
} 
h1 {
	color: #7A8536;	
	font:bold 160% Century Gothic, Georgia, "Times New Roman", Times, serif;	
}
h4.id { 
	padding:0;
	margin:0;
	font-family:Century Gothic, Georgia, "Times New Roman", Times, serif;
	color:#7A8536 ; 
	text-align:right ;
	background:#E4E5D7 ;	
	padding-right: 10px
}			  

div#outside img{
	float: left;	 
	margin:10px 20px
}
.justify {
	text-align:justify;	
}

