body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color:#3C3C3C;
	
	scrollbar-arrow-color:#666666;
	scrollbar-3dlight-color:#666666;
	scrollbar-highlight-color:#666666;
	scrollbar-face-color:#999999;
	scrollbar-shadow-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
}

input, select, inputselectd {
	font-size : 11px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color : #666666;
	color:#ffffff;
	height:14px;
	font-weight:none;
	line-height:10px;
}

input:focus, select:focus, inputselectd:focus {
	font-size : 11px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-image:url(../../display/images/bg_campo.jpg);
	background-color : #666666;
	color:#ffffff;
	height:14px;
	font-weight:none;
	line-height:10px;
}

textarea {
	font-family: Arial;
	font-size : 11px;
	border-top : 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	background-color : #666666;
	color:#ffffff;
}

img {
	border: 0px solid;
}

td, b, p, div {
	font-size: 12px;
	color: #ffffff;
	font-family:microsoft Sans Serif;
}

a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.menu {
	font-family:Arial Narrow;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none
}

.menu:hover {
	font-family:Arial Narrow;
	font-size:14px;
	color:#B43634;
	text-decoration:none
}

.menu_ativo {
	font-family:Arial Narrow;
	font-size:14px;
	color:#B43634;
	text-decoration:none
}

