table{
	border: none;
	font : verdana; font-size:10px;
	color : white;
}
th{
	background-color: #333333;
	color: #FFFFFF ;
	border: none;
	font : bold verdana; font-size:10px;
}
td{
	color: #FFFFFF ;
	border:0;
	font: verdana; font-size:10px;
}

TEXTAREA, input{
	font-size: 10px;
	font-family: verdana;
	background-color: #666666;
	color: white;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
}
.button{
	font-size: 10px;
	font-family: verdana;
	background-color: #666666;
	color: white;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px white;
	border-left: solid 1px white;
}
select{
	font-size: 10px;
	font-family: verdana;
	background-color: #666666;
	color: white;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px white;
	border-right: solid 1px white;
}
BODY {
	background: url(/imagens/bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;
	font : 12px verdana;
	color : white;
	background-color: Black;
	scrollbar-face-color: #666666;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: 333333;
	scrollbar-base-color: #333333;
}
option{
	border: 1 solid Black;
}
hr{
	color: #333333;
	height: 1
}