html,body 
{
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 12px;
	color: #40683a;
}


A:link 
{
	text-decoration: none; 
	color:#7bb573; 
	font-family:arial; 
	font-size: 12px; 
	font-weight: bold;
}
A:visited {text-decoration: none; font-family:arial; font-size: 12px; font-weight: bold; color:#7bb573;}
A:active {text-decoration: none; font-family:arial; font-size: 12px; font-weight: bold; color:#7bb573;}
A:hover { color:#cadc00; font-weight: bold;}

a:link img, a:visited img, a:hover img, a:active img { border-width: 0px  } 

img
{
	margin: 0px;
	padding: 0px;
}

table.visos 
{
	border-width: 0px;
	border-collapse: collapse;
}

div.scroll 
{
	overflow: auto;
	width: 500; 
	height: 260;
	
	scrollbar-face-color : #40683a; 
	scrollbar-highlight-color : #40683a; 
	scrollbar-3dlight-color : #40683a;
	scrollbar-darkshadow-color : #e4ecc0; 
	scrollbar-arrow-color : #e4ecc0; 
	scrollbar-shadow-color : #40683a; 
	scrollbar-track-color: #e4ecc0; 
	font-size: 12px;
}

table.info
{
	font-size: 12px;
}


div.meniu {
	position: relative;
	width: 810px;
	text-align: center;
	z-index:2;
}

div.meniu1 {
	position: absolute;
	top: 24px;
	background-color: 40683a;
	overflow: hidden;
	border: 1px solid #e4ecc0;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
}




