body {
	background-color: #ffffff;
	margin: 0;
	background-image: url(bg_5_4.jpg);
	background-repeat: repeat-x;
	color: #000000;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
}
.title {
	font-family: "trebuchet MS", Arial;
	color: #FFFFFF;
	font-size: 13px;
}
.botton {
	background-image: url(images/bg_botton.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.form {
	background-color: #FFFFFF;
	font-family: "trebuchet MS", Arial;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color:#617BC8;
}
.destaque {
	color: #DDB000;
}

a.clique:link, a.clique:visited, a.clique:active {
	text-decoration: none;
	color: #ddbb00;
}
a.clique:hover {
	text-decoration: underline;
	color:#ddbb00;
}
