.welcomeMainTable {
	width: 730px; 
	height: 284px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 11px;
}

.welcomeMainTableTextCell {
	padding: 55px 106px 0 36.5px; 
	vertical-align: top;
}

.welcomeBottomTable {
	width: 730px; 
	height: 150px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 12px;
}

.welcomeTextTable {
	width: 100%; 
	height: 100%; 
	border-collapse: collapse; 
	font-size: 90%;
}

.welcomeTextTableSubtitleCell {
	width: 100%; 
	height: 18px; 
	color: #31859c; 
	font-weight: bold;
	font-size: 120%;
}

.welcomeTextTableBlocksCell {
	padding: 4px 0 0 0; 
	vertical-align: top;
}

.welcomeBrowseButton {
	width: 132.5px; 
	height: 17.5px;
	cursor: pointer;
	position: absolute;
	bottom: 23px;
}

.welcomeMainTableImageCell {
	width: 231.5px;
}

.welcomeMainTableBottomCell {
	height: 33px;
	overflow: hidden;
	vertical-align: bottom;
}

.welcomeMainTableBottomCellImage {
	width: 498.5px;
}

.welcomeTitleWrap {
	position: absolute; 
	margin-left: 9px; 
	top: 9px; 
	width: 546.5px; 
	height: 27.5px; 
	color: #ffffff; 
	vertical-align: middle; 
	font-size: 22px; 
	background-color: #31859c;
	z-index: 5;
}

.welcomeTitle {
	margin-left: 27.5px; 
	line-height: 25.5px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMenuItem {
	position: absolute; 
	left: 429px; 
	width: 109.5px; 
	height: 21.9px; 
	color: #31859c; 
	vertical-align: middle; 
	font-size: 10px; 
	z-index: 5;
}

.welcomeInactiveMenuItem {
	background-color: #330066;
	cursor: pointer;
}

.welcomeInactiveMenuItem:hover {
	color: #51a5bc;
}

.welcomeActiveMenuItem {
	background-color: #e9e8de;
	cursor: default;
}

.welcomeFirstMenuItem {
	top: 54.5px; 
}

.welcomeSecondMenuItem {
	top: 81px; 
}

.welcomeThirdMenuItem {
	top: 107.5px; 
}

.welcomeFourthMenuItem {
	top: 134px; 
}

.welcomeFifthMenuItem {
	top: 160.5px; 
}

.welcomeSixthMenuItem {
	top: 187px; 
}

.welcomeSeventhMenuItem {
	top: 213.5px; 
}

.welcomeMenuItemText {
	margin-left: 7.5px; 
	line-height: 21.9px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMoreLink, .welcomeBackLink {
	width: 100%; 
	text-align: right; 
	text-decoration: underline; 
	color: #31859c; 
	cursor: pointer;
}