@charset "utf-8";
body {
	margin: 0px;
	background: url(img/bg.jpg) top left repeat-x;
	font: normal 12px Tahoma, Verdana;
	text-decoration: none;
	color: #333333}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
}

p	{
	text-align: justify
	}

p span {
	color: #CC0000;
	font-weight: bold;
}
p span a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
}
p span a:hover {
	color: #CC0000;
	text-decoration: underline
}
.migalhas {
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.linkmigalhas {
	color: #CC0000;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 10px;
	font-weight: bold;
}

.linknews{
	color: #333333;
	text-decoration: none;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.linknews:hover{
	color: #993300;
	text-decoration: underline;
}

/************************************************************************/
/* FORMs */
/************************************************************************/

#div_form{
	margin: 0 auto;
	width: 400px;
	border: 1px solid #00FF00
	}

label,input, textarea, select {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #1e1e1e;
	background: url(../imagens/fundo_form.jpg) top left no-repeat;
	width: 220px
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	border: none;
	background: none;
	/*clear:left*/
}

br {
	clear: left;
}


