a:active     {  font-family: Arial; font-size: 10pt;  color: #333333; }
a:link       {  font-family: Arial; font-size: 10pt;  color: #333333; }
a:visited    {  font-family: Arial; font-size: 10pt;  color: #333333; text-decoration: underline;}
a:hover       {  font-family: Arial; font-size: 10pt; color: #333333; text-decoration: none;}

body {
  
  font: 10pt Arial; color: #333333;
  scrollbar-base-color:#c8c8c8;
  scrollbar-3dlight-color:#c8c8c8;
  scrollbar-arrow-color:#c8c8c8;
  scrollbar-darkshadow-color:#c8c8c8;
  scrollbar-face-color:#888888;
  scrollbar-highlight-color:#888888;
  scrollbar-shadow-color:#c8c8c8;
  scrollbar-track-color:#c8c8c8;

}


.titlu         {  font: 12pt Arial; color: #7e2424; text-decoration: none; font-weight: bold;}
.subtitlu         {  font: 10pt Arial; color: #000000; text-decoration: none; font-weight: bold;}
/*
.titlu_stanga         {  font: 8pt Arial; color: #333333; text-decoration: none; font-weight: bold;}
*/
				 
li           {  font-family: Arial; font-size: 10pt}
ol           {  font-family: Arial; font-size: 10pt}
table        {  font: 10pt Arial; }
td           {  font-family: Arial; font-size: 10pt}
ul           {  font-family: Arial; font-size: 10pt}

form {
    margin:0;
}


input  {
    font-family: Arial;
	width: auto;
    height: 19px;
    color: #333333;
	background:#cccccc;
	border: 1px solid #666666;
}

	
select {
    font-family: Arial;
	width: auto;
	height: 15px;
	font-size: 10px;
	color: #333333;
	background-color:#eeeeee;
}
	
textarea {
    font-family: Arial;
  /*  font-size: 10px; */
    height: auto;
    padding: 1px;
    color: #333333;
	background-color:#cccccc;
	border: 1px solid #666666;
	} 
	
.button-small-v{
	background-repeat:no-repeat;
	font-size:11px;
	font: bold;
	color:#336633;
	border:1px;
	margin:0px;
	width:30px;
	height:17px;
	padding-left:0px;
	background-color: #CCCC99;
}