a:active     {  font-family: Arial; font-size: 10pt;  color: #000066; text-decoration: underline;}
a:link       {  font-family: Arial; font-size: 10pt;  color: #000066; text-decoration: underline;}
a:visited    {  font-family: Arial; font-size: 10pt;  color: #000066; text-decoration: underline;}
a:hover       {  font-family: Arial; font-size: 10pt; color: #333333; text-decoration: none;}


li           {  font-family: Arial; font-size: 10pt}
ol           {  font-family: Arial; font-size: 10pt}
table        {  font-family: Arial; font-size: 10pt}
td           {  font-family: Arial; font-size: 10pt}
ul           {  font-family: Arial; font-size: 10pt}


body {
  
  font: 10pt Arial; color: #1B1B65;
  
  scrollbar-base-color:#999999;
  scrollbar-3dlight-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-darkshadow-color:#cccccc;
  scrollbar-face-color:#cccccc;
  scrollbar-highlight-color:#cccccc;
  scrollbar-shadow-color:#cccccc;
  scrollbar-track-color:#EFEFEF;

}
				 

.title_negru {
    font-family: Arial;
    font: bold;
	font-size: 10pt;
    color: #333333;
}

.title_albastru {
    font-family: Arial;
    font: bold;
	font-size: 10pt;
    color: #000066;
	border: 2px;
}


form {
    margin:0;
}


input  {
    font-family: Arial;
    height: auto;
	width: auto;
	font-size: 10px;
    color: #444444;
	border: 1px solid #979799;
}

select {
    font-family: Arial;
    height: 15px;
	width: auto;
	font-size: 10px;
	color: #444444;
	border: 1px solid #D8D7D7;
}
	
textarea {
    font-family: Arial;
    font-size: 10px;
    height: auto;
    width: auto;
    padding: 1px;
    color: #444444;
	border: 1px solid #D8D7D7;
	} 
