	TD {font-family: verdana; font-size: 8pt;}
	
	.txtbranco {font-family: arial; font-size: 9pt; color: #FFFFFF; font-weight: bold;}
	
	.txtgraybold {font-family: verdana; font-size: 8pt; color: #696969; font-weight: bold;}
	.txtredbold {font-family: verdana; font-size: 8pt; color: #FF0000; font-weight: bold;}
	.txtgray {font-family: verdana; font-size: 8pt; color: #696969;}
	.txtgraydata {font-family: verdana; font-size: 6pt; color: #696969;}	
	.txtgraylight {font-family: verdana; font-size: 8pt; color: gray;}
	.txtred {font-family: verdana; font-size: 8pt; color: #f5321e;}
	
	A:link {text-decoration: none; color: #000000; font-family: verdana; font-size: 8pt; font-weight: bold;}
	A:visited {text-decoration: none; color: #000000; font-family: verdana; font-size: 8pt; font-weight: bold;}
	A:active {text-decoration: underline; color: #000000; font-family: verdana; font-size: 8pt; font-weight: bold;}
	A:hover {text-decoration: underline; color: #000000; font-family: verdana; font-size: 8pt; font-weight: bold;}

	.LinkVermelho:link    {text-decoration: none; color: #f73018; font-family: verdana; font-size: 8pt; }
	.LinkVermelho:visited {text-decoration: none; color: #f73018; font-family: verdana; font-size: 8pt; }
	.LinkVermelho:active  {text-decoration: underline; color: #f73018; font-family: verdana; font-size: 8pt; }
	.LinkVermelho:hover   {text-decoration: underline; color: #f73018; font-family: verdana; font-size: 8pt; }	
	
	.LinkPaginacao:link    {text-decoration: none; color: #7c857c; font-family: verdana; font-size: 8pt; }
	
	.Paginacao2    {text-decoration: none; color: #f73018; font-family: verdana; font-size: 8pt; }
	
	
	.link_red:link {text-decoration: none; color: #f5321e; font-family: verdana; font-size: 8pt; font-weight: normal;}
	.link_red:visited {text-decoration: none; color: #f5321e; font-family: verdana; font-size: 8pt; font-weight: normal;}
	.link_red:active {text-decoration: underline; color: #f5321e; font-family: verdana; font-size: 8pt; font-weight: normal;}
	.link_red:hover {text-decoration: underline; color: #f5321e; font-family: verdana; font-size: 8pt; font-weight: normal;}
	
	input, text, textarea, select {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	BORDER-BOTTOM: #696969 1px solid;
	BORDER-LEFT: #696969 1px solid;
	BORDER-RIGHT: #696969 1px solid;
	BORDER-TOP: #696969 1px solid;
	/*border-color: #696969 #696969 #696969 #696969;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px*/
	}

	.input {
	background-color: #f4f4f4;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: black;
	BORDER-BOTTOM: #d3d3d3 1px solid;
	BORDER-LEFT: #d3d3d3 1px solid;
	BORDER-RIGHT: #d3d3d3 1px solid;
	BORDER-TOP: #d3d3d3 1px solid;
	}
	
	.input2 {
	background-color: #fef4f3;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #f5321e;
	BORDER-BOTTOM: #ffc3d0 1px solid;
	BORDER-LEFT: #ffc3d0 1px solid;
	BORDER-RIGHT: #ffc3d0 1px solid;
	BORDER-TOP: #ffc3d0 1px solid;
	}
	
	.botaored {
	background-color: #f5321e;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: white;
	border-color: #f5321e #cc0000 #cc0000 #f5321e;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px
	}