* { 
  font-family: Arial; 
  font-size: 10px; 
  color: #818181; 
}

.error {
  color: red;
  font-weight: bold;
  font-size: 11px;
}
.titlu
{
  font-weight: bold;
  font-size: 12px; 
  color: black; 
}

.menu
{ 
  font-size: 11px; 
  font-weight: bold;
  color: white; 
}

.footern
{ 
  font-size: 10px; 
  color: black; 
}

.submenu
{ 
  color: white; 
}

.menun
{ 
  font-size: 11px; 
  font-weight: bold;
  color: black; 
}

.txtn
{ 
  color: black; 
}

.txtn p
{ 
  color: black; 
}

.txt
{ 
  font-size: 10px; 
  color: #818181; 
}

td
{ 
  font-size: 10px; 
  color: #818181; 
}

.input {
  color: black;
  border: 1px solid black;
}

select.input option {
  color: black;
}

.inputx {
  color: black;
  border: 1px solid #ababab;
  behavior: url('blackborder.htc');
}

.blackborder {
  border: 1px solid black;
}
      
.portocaliu {
	background: #ff6100;
	border: 1px solid black;
	color: white; 
	font-size: 11px; 
}

.black {
	BACKGROUND: black; 
	COLOR: white; 
	FONT-WEIGHT: bold
}

a
{ 
  text-decoration: none;
}
a:link
{ color: #FF6A35;
  text-decoration: none;
}
a:visited
{  color: #FF6A35;
   text-decoration: none;
}
a:hover
{ color: #FF6A35;
  text-decoration: underline;   
}

a.menu
{ 
  text-decoration: none;
}
a.menu:link
{ color: white;
  text-decoration: none;
}
a.menu:visited
{  color: white;
   text-decoration: none;
}
a.menu:hover
{ color: black;
  text-decoration: none;   
}

a.menu2
{ 
  text-decoration: none;
}
a.menu2:link
{ color: white;
  text-decoration: none;
}
a.menu2:visited
{  color: white;
   text-decoration: none;
}
a.menu2:hover
{ color: white;
  text-decoration: underline;   
}

a.menu3
{ 
  text-decoration: none;
}
a.menu3:link
{ color: black;
  text-decoration: none;
}
a.menu3:visited
{  color: black;
   text-decoration: none;
}
a.menu3:hover
{ color: black;
  text-decoration: underline;   
}

a.smenu
{ 
  text-decoration: none;
}
a.smenu:link
{ color: black;
  text-decoration: none;
}
a.smenu:visited
{  color: black;
   text-decoration: none;
}
a.smenu:hover
{ color: white;
  text-decoration: none;   
}

body, textarea {
  scrollbar-3dlight-color:    rgb(255,109,0);
  scrollbar-arrow-color:      rgb(255,109,0);
  scrollbar-base-color:       rgb(249,249,249);
  scrollbar-darkshadow-color: rgb(249,249,249);
  scrollbar-face-color:       rgb(249,249,249);
  scrollbar-highlight-color:  rgb(255,255,255);
  scrollbar-shadow-color:     rgb(255,109,0);
}
strong {font-weight:bold;font-size:12px;}
b {font-weight:bold;font-size:11px;}