.welcomeMainTable {
	width: 800px; 
	height: 311px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 12px;
}

.welcomeMainTableTextCell {
	padding: 60px 116px 0 40px; 
	vertical-align: top;
}

.welcomeBottomTable {
	width: 800px; 
	height: 263px; 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 12px;
}

.welcomeTextTable {
	width: 100%; 
	height: 100%; 
	border-collapse: collapse; 
	font-size: 90%;
}

.welcomeTextTableSubtitleCell {
	width: 100%; 
	height: 20px; 
	color: #31859c; 
	font-weight: bold;
	font-size: 120%;
}

.welcomeTextTableBlocksCell {
	padding: 5px 0 0 0; 
	vertical-align: top;
}

.welcomeBrowseButton {
	width: 145px; 
	height: 19px;
	cursor: pointer;
	position: absolute;
	bottom: 25px;
}

.welcomeMainTableImageCell {
	width: 254px;
}

.welcomeMainTableBottomCell {
	height: 36px;
	overflow: hidden;
	vertical-align: bottom;
}

.welcomeMainTableBottomCellImage {
	width: 546px;
}

.welcomeTitleWrap {
	position: absolute; 
	margin-left: 10px; 
	top: 10px; 
	width: 575px; 
	height: 30px; 
	color: #ffffff; 
	vertical-align: middle; 
	font-size: 24px; 
	background-color: #31859c;
	z-index: 5;
}

.welcomeTitle {
	margin-left: 30px; 
	line-height: 28px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMenuItem {
	position: absolute; 
	left: 470px; 
	width: 120px; 
	height: 24px; 
	color: #31859c; 
	vertical-align: middle; 
	font-size: 11px;
	z-index: 5;
}

.welcomeInactiveMenuItem {
	background-color: #330066;
	cursor: pointer;
}

.welcomeInactiveMenuItem:hover {
	color: #51a5bc;
}

.welcomeActiveMenuItem {
	background-color: #e9e8de;
	cursor: default;
}

.welcomeFirstMenuItem {
	top: 60px; 
}

.welcomeSecondMenuItem {
	top: 89px; 
}

.welcomeThirdMenuItem {
	top: 118px; 
}

.welcomeFourthMenuItem {
	top: 147px; 
}

.welcomeFifthMenuItem {
	top: 176px; 
}

.welcomeSixthMenuItem {
	top: 205px; 
}

.welcomeSeventhMenuItem {
	top: 234px; 
}

.welcomeMenuItemText {
	margin-left: 8px; 
	line-height: 24px; 
	white-space: nowrap; 
	font-weight: bold; 
	font-family: Arial;
}

.welcomeMoreLink, .welcomeBackLink {
	width: 100%; 
	text-align: right; 
	text-decoration: underline; 
	color: #31859c; 
	cursor: pointer;
}
