body {
	background-color: #fff;
	margin-left: 10px;
}
	/** top-nav **/
	#top-nav {
		position: relative;
		background: repeat-x url('/global-img/home/nav-backg.gif');
		width: 780px;
		height: 31px;
		clear: both;
	}
		#top-nav #nav-indexes {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 56px;
			height: 31px;
		}
		#top-nav #nav-services {
			position: absolute;
			top: 0px;
			left: 56px;
			width: 62px;
			height: 31px;
		}
		#top-nav #nav-about {
			position: absolute;
			top: 0px;
			left: 117px;
			width: 62px;
			height: 31px;
		}
		#top-nav #nav-literature {
			position: absolute;
			top: 0px;
			left: 178px;
			width: 104px;
			height: 31px;
		}
		#top-nav #nav-data-tools {
			position: absolute;
			top: 0px;
			left: 281px;
			width: 80px;
			height: 31px;
		}
		#top-nav #nav-symbols {
			position: absolute;
			top: 0px;
			left: 360px;
			width: 124px;
			height: 31px;
		}
		#top-nav #nav-search-input {
			position: absolute;
			top: 0px;
			left: 528px;
			
		}
			#top-nav #nav-search-input #criteria {
				position: absolute;
				top: 5px;
				width: 60px;
				background-color: #f0f8ff;
			}
		#top-nav #nav-search-btn {
			position: absolute;
			top: 0px;
			right: 152px;
			width: 48px;
			height: 31px;
		}
		#top-nav #nav-right-backg {
			position: absolute;
			top: 0px;
			right: 0px;
			width: 153px;
			height: 31px;
		}
		#top-nav #user-account {
			position: absolute;
			top: 2px;
			right: 10px;
			width: 150px;
			height: 29px;
			font: 10px Verdana;
			text-align: right;
			color: #fff;
		}
			#top-nav #user-account a,
			#top-nav #user-account a:visited,
			#top-nav #user-account a:active {
				color: #fff;
				text-decoration: none;
			}
			#top-nav #user-account a:hover {
				text-decoration: underline;
			}
			#top-nav #user-account a.bold {
				font-weight: bold;
			}
			#top-nav #user-account a.dark {
				color: #d9d9d9;
			}
			#top-nav #user-account a.darker {
				color: #f2f2f2;
			}
			#top-nav #user-account a.small {
				font-size: 90%;
			}
			#top-nav #user-account a.smaller {
				font-size: 80%;
			}
			#top-nav #user-account a.large {
				font-size: 110%;
			}
			#top-nav #user-account a.larger {
				font-size: 120%;
			}