/* CSS Document */
body {
	scrollbar-arrow-color:#09959b;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: arial;
	font-size: 12px;
	color: #DFEEEF;
}
.titulos-laterais {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
.cx-pesquisa {
	font-family: tahoma;
	font-size: 11px;
	color: #333333;
	width: 120px;
	border: 1px solid #000000;
}
.titulos-txt {
	font-family: arial;
	font-size: 9px;
	font-weight: bold;
}
a:link {
	color: #DFEEEF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DFEEEF;
}
a:hover {
	text-decoration: none;
	color: #009097;
}
a:active {
	text-decoration: none;
	color: #DFEEEF;
}.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: dfeeef;
	font-weight: bold;
}
.login_registo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: ffffff;
}
.login_peq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: ffffff;
}
form {
	margin: 0px;
	padding: 0px;
}
.news-box{
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	width:70px;
	border: 1px solid #999999;
}

/*Consola */

.consola-boxpq{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:100px;
	border: 1px solid #999999;
}
.consola-box{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	width:400px;
	border: 1px solid #999999;
}
.consola-bts{
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
	cursor: hand;
}