.welcomeMainTable {
	width: 750px; 
	height: 291.5px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 11px;
}

.welcomeMainTableTextCell {
	padding: 56px 109px 0 37.5px; 
	vertical-align: top;
}

.welcomeBottomTable {
	width: 750px; 
	height: 222px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 12px;
}

.welcomeTextTable {
	width: 100%; 
	height: 100%; 
	border-collapse: collapse; 
	font-size: 90%;
}

.welcomeTextTableSubtitleCell {
	width: 100%; 
	height: 19px; 
	color: #31859c; 
	font-weight: bold;
	font-size: 120%;
}

.welcomeTextTableBlocksCell {
	padding: 4.5px 0 0 0; 
	vertical-align: top;
}

.welcomeBrowseButton {
	width: 136px; 
	height: 18px;
	cursor: pointer;
	position: absolute;
	bottom: 24px;
}

.welcomeMainTableImageCell {
	width: 238px;
}

.welcomeMainTableBottomCell {
	height: 34px;
	overflow: hidden;
	vertical-align: bottom;
}

.welcomeMainTableBottomCellImage {
	width: 512px;
}

.welcomeTitleWrap {
	position: absolute; 
	margin-left: 9.5px; 
	top: 9.5px; 
	width: 539px; 
	height: 28px; 
	color: #ffffff; 
	vertical-align: middle; 
	font-size: 22.5px; 
	background-color: #31859c;
	z-index: 5;
}

.welcomeTitle {
	margin-left: 28px; 
	line-height: 26px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMenuItem {
	position: absolute; 
	left: 440.5px; 
	width: 112.5px; 
	height: 22.5px; 
	color: #31859c; 
	vertical-align: middle; 
	font-size: 10.5px;
	z-index: 5;
}

.welcomeInactiveMenuItem {
	background-color: #330066;
	cursor: pointer;
}

.welcomeInactiveMenuItem:hover {
	color: #51a5bc;
}

.welcomeActiveMenuItem {
	background-color: #e9e8de;
	cursor: default;
}

.welcomeFirstMenuItem {
	top: 56px; 
}

.welcomeSecondMenuItem {
	top: 83.5px; 
}

.welcomeThirdMenuItem {
	top: 110.5px; 
}

.welcomeFourthMenuItem {
	top: 138px; 
}

.welcomeFifthMenuItem {
	top: 165px; 
}

.welcomeSixthMenuItem {
	top: 192px; 
}

.welcomeSeventhMenuItem {
	top: 219.5px; 
}

.welcomeMenuItemText {
	margin-left: 7.5px; 
	line-height: 22.5px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMoreLink, .welcomeBackLink {
	width: 100%; 
	text-align: right; 
	text-decoration: underline; 
	color: #31859c; 
	cursor: pointer;
}