body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.tits {
	font-size: 13px;
	color: #FF9900;
	font-weight: bold;
}
a:link {
	color: #000033;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: underline;
}
a:active {
	color: #000033;
	text-decoration: underline;
}
input {
	font-size: 12px;
	color: #000000;
	background-color: #F3EDE0;
	border: 1px solid #000066;
}
textarea {
	font-size: 12px;
	color: #000000;
	background-color: #F3EDE0;
	border: 1px solid #000066;
}
.verde {
	color: #003333;
}
.linha {
	line-height: 20px;
}
