* {

}
body {
  font-family: Arial;
	font-size: 12px;
	color : #787065;
	scrollbar-3dlight-color:#E2E2DC; 
scrollbar-arrow-color:#FFFFFF; 
scrollbar-base-color:#E2E2DC; 
scrollbar-darkshadow-color:#B2B2B2; 
scrollbar-face-color:#B2B2B2; 
scrollbar-highlight-color:#E2E2DC; 
scrollbar-shadow-color:#E2E2DC;
}
td {
	
}
.title {
	font-family: Arial;
	font-size: 18px;
	color : #AD1218;
	padding-left:0px;
	font-weight:normal;
}
.title3 {
	font-family: Arial;
	font-size: 15px;
	color : #AD1218;
	padding-left:0px;
	font-weight:bold;
}
.title1 {
	font-family: Arial;
	font-size: 13px;
	color : #5B9153;
	padding-left:0px;
	font-weight:bold;
}
.title1 a {
	font-family: Arial;
	font-size: 13px;
	color : #5B9153;
	padding-left:0px;
	font-weight:bold;
	text-decoration: underline;
}
.title1 a:hover {
	font-family: Arial;
	font-size: 13px;
	color : #5B9153;
	padding-left:0px;
	font-weight:bold;
	text-decoration: none;
}
.title2 {
	font-family: Arial;
	font-size: 13px;
	color : #ffffff;
	padding-left:0px;
	font-weight:bold;
}
.title2 a {
	font-family: Arial;
	font-size: 13px;
	color : #ffffff;
	padding-left:0px;
	font-weight:bold;
	text-decoration: underline;
}
.title2 a:hover {
	font-family: Arial;
	font-size: 13px;
	color : #ffffff;
	padding-left:0px;
	font-weight:bold;
	text-decoration: none;
}

#text {
	font-family: Arial;
	font-size: 12px;
	color : #787065;
}
#text a {
	color : #787065;
	text-decoration: underline;
}
#text a:hover {
	color : #787065;
	text-decoration: none;
}
li{
list-style-image: url('images/bullet.jpg');
}
#small {
	font-family: Arial;
	font-size: 10px;
	color : #ffffff;
}
#small a {
	font-family: Arial;
	color : #ffffff;
	font-size: 10px;
	text-decoration: underline;
}
#small a:hover {
	font-family: Arial;
	color : #ffffff;
	font-size: 10px;
	text-decoration: none;
}
#meniu {
font-family: Arial;
font-size: 14px;
color : #ffffff;
}
.meniu {
	font-family: Arial;
	font-size: 14px;
	color : #ffffff;
	/*padding-left:15px;*/
}
#meniu a {
	font-family: Arial;
	font-size: 14px;
	color : #ffffff;
	text-decoration: none;
	/*padding-left:15px;
	font-weight:bold;*/
}
#meniu a:hover {
	font-family: Arial;
	font-size: 14px;
	color : #ffffff;
	text-decoration: underline;
	
}
#lang {
	font-family: Arial;
	font-size: 11px;
	color : #00476C;
	text-decoration: none;
	/*padding-left:15px;
	padding-right:15px;
	font-weight:bold;*/
}
.inputas{
font:11px Arial;
border : 1px solid #B8B6B3;
border-top : 1px solid #B8B6B3;
border-bottom : 1px solid #B8B6B3;
border-left : 1px solid #B8B6B3;
border-right : 1px solid #B8B6B3;
color : #B8B6B3;
padding-left: 5px;
}
input{
font:10px Arial;
color : #666666;
}
div.button a {
 text-decoration: none;
 width: 120px; 
 height: 22px; 
 color: #d5d5d5; 
 font-family: Courier New; 
 font-size: 9pt;
 float:right; 
 display: block; 
 vertical-align: middle; 
 font-weight: bold;  
 padding-left: 10px; 
 padding-bottom: 5px;
 text-align: center; 
 background-image: url('images/button.png'); 
 background-repeat: no-repeat; 
 background-position: center;
 line-height: 23px;
}
div.button a:active, div.button a:hover {
  text-decoration: none;
	color: #d5d5d5;
	font-size: 8pt; 
	font-weight: bold;
 background-image: url('images/button_over.png');
 cursor:hand;
}