/* CSS Document */
body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	scrollbar-face-color:#ECE9D8;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#000000;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-shadow-color:#FFFFF;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#EFEFEF;
}

TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
}

a:link, a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

a:hover, a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF6600;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

.subtit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#16965b;
}

.subtit1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#16965b;
}
.linha {
	background-color:#f58d1c;
}

.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: hand;
	text-align: center;
	border-top-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-right-color:#999999;
	border-bottom-color:#999999;
	font-weight:200;
	color:#000000;
	filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#CCCCCC');
}

.box{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px outset Silver;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3);

}
.boxOF{
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px outset Silver;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3);
}

.boxFill {
	background-color:#CCFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	border: 1px outset Silver;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=3);

}


.t_sim {
	background-color:#ECFFEC;
}

.t_nao {
	background-color:#FFECD9;
}