@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 12px;
	margin: 10px;
	background: url(img/fundo_site.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #333333;
	scrollbar-arrow-color: #fff;
	scrollbar-darkshadow-color: #ccc;
	scrollbar-face-color: #505050;
}

a:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

h1 {
	margin: 0px;
}

h2 {
	margin: 0px;
}

h3 {
	margin: 0px;
}

h4 {
	margin: 0px;
}

h5 {
	margin: 0px;
}

h6 {
	margin: 0px;
}

input {
	background-color: black;
	color: #FFFFFF;
	font-size: 16px;
	height: 33px;
	width: 255px;
	border: 0px;
}

textarea {
	background-color: black;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 16px;
	height: 265px;
	width: 245px;
	border: 0px;
}

input,
textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}