body  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/homeColumnTextBlue-bg.jpg);
	background-repeat: repeat-x;
	background-color: white;	
}

body h1, h2, h3, a {
	color: #4d4d4f;
}
body h1 {
	font-size: 16pt;
}
body h2 {
	font-size: 12pt;
}
body h3 {
	font-size: 12pt;
}

body a:hover {
	color: #2f69bb;
}

.nobr {
	display:none;
}  

form.information label {
	text-align: right;
	width: 50px;
	float: left;
	padding-top: 5px;
}
form.information .textfield {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	margin: 3px;
	height: 12px;
	width: 170px;
	border: solid 1 #fff;
	padding-bottom: 2px;
}

form.information textarea {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 3px;
	height: 50px;
	width: 170px;
	border: solid 1 #fff;
	padding-bottom: 2px;
}

form.information .submit {
	float: right;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	margin-top: 2px;
	margin-right: 6px;
	background: transparent url("images/submit-btn.jpg") no-repeat center top;
	border: solid 0 #fff;
	width: 59px;
	height: auto;
	text-indent: -1000em;
	display:block;
}



.homeSectionOverview {
	background-color: #FFFFFF;
}

.homeColumnTwo{
	min-height: 170px;
	width: 240px;
}
.homeColumnTwo p{
	margin: 0px;
	padding: 0px;
	margin-top: 0px; /* <<<-------- para fazer alterações à posição vertical da portlet alterar aqui */
}

.homeColumnTwo {
	float: left;
	padding: 5px;
}


.homeColumnTitle {
	background-image: url(images/homeColumnTitle-bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 7px;
	padding-left: 20px;
}
.homeColumnTitle h3 {
	padding: 0;
	margin: 0;
}

.homeColumnText {
	background-image: url(images/homeColumnTextBlue-bg.jpg);
	background-repeat: repeat-x;
}

