html, body, div, span, input, textarea, select, td {
	font-family: Verdana, Arial, Tahoma, Helvetica, Serif;
	font-size: 14px;
	color: #000000;
}

a:link, a:visited { 
	color: #000000; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

a:hover { 
	color: #999; 
	background: transparent; 
	text-decoration: none; 
	font-weight: normal; 
}

body {
	margin: 0;
	padding: 0px;
	background: #FFFFFF;
	text-align: left;
	scrollbar-3dlight-color: #2E353C;
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #1F2429; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-face-color: #444444; 
	scrollbar-highlight-color: #777777; 
	scrollbar-shadow-color: #222222; 
	scrollbar-track-color: #000000;
}

input, textarea, select, button {
	color: #000000;
	background: #CCFFFF;
	border-top: 1px solid #000;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #000;
}

.logut {
	color: #262626;
	background: #ADADAD;
	border-top: 1px solid #000;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 1px solid #000;
}

select { height: 17px; }

img{
      border-color:#000000
}