* { 
  font-family: Arial, Helvetica, Verdana, sans-serif; 
  font-size: 12px; 
  color: #818181; 
}

.titlu
{
  font-weight: bold;
  font-size: 13px; 
  color: #000000; 
}

.txtn
{ 
  color: black; 
}

.txtnb
{ 
  color: black; 
  font-weight: bold;
}

.txtmic
{ 
  font-size: 10px; 
  color: #000000; 
}



INPUT, SELECT, TEXTAREA {
	color: black;
	border: 1px solid black;
	scrollbar-face-color: white;
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color: white; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: white
}

.simple {
	border: 0px solid white;
	color: white; 
	font-size: 11px; 
	scrollbar-face-color: white; 
	scrollbar-shadow-color: white; 
	scrollbar-highlight-color: white; 
	scrollbar-3dlight-color: white; 
	scrollbar-darkshadow-color: white; 
	scrollbar-track-color: white; 
	scrollbar-arrow-color: white
}

a
{ 
  text-decoration: none;
}
a:link
{ color: #ff6600;
  text-decoration: none;
}
a:visited
{  color: #ff6600;
   text-decoration: none;
}
a:hover
{ color: #ff6600;
  text-decoration: underline;   
}


a.negru
{ 
  text-decoration: none;
}
a.negru:link
{ color: #000000;
  text-decoration: none;
}
a.negru:visited
{  color: #000000;
   text-decoration: none;
}
a.negru:hover
{ color: #66CC00;
  text-decoration: none;   
}


body {
  scrollbar-3dlight-color:    rgb(255,102,0);
  scrollbar-arrow-color:      rgb(255,102,0);
  scrollbar-base-color:       rgb(255,255,255);
  scrollbar-darkshadow-color: rgb(255,255,255);
  scrollbar-face-color:       rgb(255,255,255);
  scrollbar-highlight-color:  rgb(255,255,255);
  scrollbar-shadow-color:     rgb(255,102,0);
  
  background-color: #ffffff;
  margin: 0;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;

}


