body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html { 
scrollbar-arrow-color:#6A7285; 
scrollbar-track-color:#DAE0E4; 
scrollbar-face-color:#DAE0E4; 
scrollbar-highlight-color:#EEF0F2; 
scrollbar-3dlight-color:#BCC8CF; 
scrollbar-darkshadow-color:#BCC8CF; 
scrollbar-shadow-color:#EEF0F2; 
} 
.bg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.txt {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
