.index {
	background-attachment : fixed;
	background-image : url(img/index_back.jpg);
	background-position : top;
	background-repeat : repeat-x;
}
body {
	scrollbar-base-color : #538F8F;
	scrollbar-track-color :#6C9F9F;
}

.txt {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #050D0B; 
	line-height: 18px
	}
h3 {  
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #C9E7C7
	}
h4 {
	 font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	 font-size: 16px; 
	 font-weight: bold; 
	 color: #C9E7C7
	 }
.nlink {  
	color: #C9E7C7
	}
a {
	color: #FFFFE1;
}

