* { margin:0;  border:0; text-decoration:none; list-style:none;  }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#BFD72F;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#808080;
	scrollbar-arrow-color:#136735;
	scrollbar-track-color:#FFFFFF;	
}
body,th,td {
	color: #106733;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.titulo {
	color: #106733;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}
a.titulo1:hover {
	text-decoration: underline;
}
.titulo1 {
	color: #000000; 
	font-weight: bold;
	font-size: 14px;
    text-decoration:none;
}
.titulo2 {
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 14px;
}
.size11{
	font-size: 11px;
}
.size14{
	font-size: 14px;
}
.preto{
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.style1 {color: #000}
.branco{
	color: #FFFFFF;
	text-decoration: none;
}
.cinza1 {color: #999999}

.degrade {
	background-image: url(../Principal/img/fundo.jpg);
	background-repeat: repeat-y;
}

.textbox {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.textbox2 {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* html img /**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="Principal/img/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
a:link {
	color: #106733;
}
a:visited {
	color: #106733;
}
a:hover {
	color: #106733;
}
a:active {
	color: #106733;
}
#preto {color:#000; text-decoration:none;  font-size:12px;}
#preto:hover {color:#FFF; font-size:12px;}

	#author { float:left; display:block; padding:5px 0 0 0; width:32px; height:32px; }
	#author a { display:block; width:32px; height:32px; }
	#author span { display:none; }
