/* CSS Document */

/* MAIN STRUCTURE */
body,html{
	width:780px;
	margin:0px;
	padding:0px;
}
body{
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
}
img{
	border:none;
	}
h2{
	margin:0px;
	color:#DEDEDD;
	font-size: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#highlight{
	margin-top:1px;
	padding:1px;
	clear:both;
}
.tabela-meio {
	background-color: #DEDEDC;
	background-image: url(../img/fundo2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-right: 20px;
	padding-left: 20px;
}
.titulo-area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;	
}

	#highlight img{
	margin-right:10px;
	margin-bottom:10px;
	float:left;
	}
	#highlight a h2{
		font-weight:bold;
		color:#625B8F;	
	}
	#highlight a:link{
		color:#666666;
		text-decoration: none;
	}
	#highlight a:visited{
		color:#666666;
		text-decoration: none;
	}
	#highlight a:active{
		color:#666666;
		text-decoration: none;
	}
	#highlight a:hover {
		text-decoration: underline;
	}
	
	
#generic_container{
	width:780px;
	float:right;
	padding-right:18px;
	padding-right:10px;
}
	#generic_container img{
		display:block;
	}
	.item_with_border{
		padding:0px;
		width:174px;
		height:100px;
		float:left;
		margin-bottom:10px;
	}
		.item_with_border a strong{
			font-weight:bold;
			color:#cccccc;	
		}
		.item_with_border a:link{
			color:#000000;
			text-decoration: none;
		}
		.item_with_border a:visited{
			color:#000000;
			text-decoration: none;
		}
		.item_with_border a:active{
			color:#000000;
			text-decoration: none;
		}
		.item_with_border a:hover {
			text-decoration: underline;
		}
	
	.item{
		padding:10px;
		width:175px;
		float:left;
		margin-bottom:10px;
	}
		.item a strong{
			font-weight:bold;
			color:#cccccc;	
		}
		.item a:link{
			color:#666666;
			text-decoration: none;
		}
		.item a:visited{
			color:#666666;
			text-decoration: none;
		}
		.item a:active{
			color:#666666;
			text-decoration: none;
		}
		.item a:hover {
			text-decoration: underline;
		}
