body,td,th {
	font-size: 12pt;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #000000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.form {
	font-weight: normal;
	color: #00000;
	background-color: #ffffff;
	border: 1px double #000000;
}
.rolagem {
	padding:0px; 
	width:200px; 
	height:100px; 
	overflow:auto; 
}
.thumbsBox{
	width: 120px;
	height: 110px;
	text-align: center;
	float: left;
	word-wrap:normal;
	word-break:normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 0px;
	padding: 5px;
	border: 1px solid #5B7900;
	overflow: hidden;
}
select,input,textarea{
	font-weight: normal;
	color: #00000;
	background-color: #ffffff;
	border: 1px double #000000;
}