html
	{
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	border: 0;
	}

img, p, body
	{
	margin: 0;
	padding: 0;
	border: 0;
	}

body
	{
	font: 11px arial, helvetica;
	color: #000000;
	background-color: #F4F5F9;
	}

a, a:visited
	{
	color: #25659D;
	text-decoration: none;
	}

a:active, a:hover
	{
	color: #25659D;
	text-decoration: underline;
	}

h1, h2, h3, h4
	{
	display: inline;
	}
	
h1.genHead
	{
	color: #3f93d7;
	font-size: 20px;
	line-height: 34px;
	}

div.headerBox
	{
	width: 100%;
	height: 122px;
	background-image: url(/assets/images/header.bg.png);
	}

div.headerBoxMenu
	{
	position: absolute;
	top: 0px;
	right: 1px;
	}

div.headerBoxMenuSearch
	{
	float: right;
	width: 246px;
	height: 38px;
	background: url(/assets/images/header.menu.search.gif) top right no-repeat;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 7px;
	}
	
	input.headerBoxMenuSearchInput
		{
		width: 160px;
		border: 1px solid #D9E0E5;
		font: 12px arial;
		padding: 3px;
		}
	
	input.headerBoxMenuSearchButton
		{
		background-color: #FFFFFF;
		color: #449DE7;
		border: 1px solid #D9E0E5;
		font: 10px arial;
		font-weight: bold;
		padding: 3px;
		padding-top: 4px;
		}

div.headerBoxLogos
	{
	position: absolute;
	top: 65px;
	right: 26px;
	}

div.menuBar
	{
	width: 100%;
	height: 36px;
	background-image: url(/assets/images/menu.bg.png);
	z-index: 3000;
	}

div.menuBarItem
	{
	float: left;
	height: 25px;
	width: 109px;
	padding-top: 11px;
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	}

	div.menuBarItemStatic
		{
		float: left;
		height: 25px;
		width: 109px;
		padding-top: 11px;
		background-position: top center;
		background-repeat: no-repeat;
		text-align: center;
		cursor: pointer;
		background-image: url(/assets/images/menu.hover.png);
		}

	div.menuBarItem:hover, div.menuBarItemStatic:hover
		{
		background-image: url(/assets/images/menu.select.png);
		}

	div.menuBarItem a, div.menuBarItem a:visited, div.menuBarItemStatic a, div.menuBarItemStatic a:visited
		{
		color: #FFFFFF;
		font: 12px arial;
		font-weight: bold;
		text-decoration: none;
		}

	div.menuBarItem a:active, div.menuBarItem a:hover, div.menuBarItemStatic a:active, div.menuBarItemStatic a:hover
		{
		/* text-decoration: underline; */
		}

div.altMenu
	{
	width: 200px;
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #000000;
	color: #FFFFFF;
	padding: 8px;
	}
	
div.altMenuItem
	{
	cursor: pointer;
	padding: 6px;
	padding-top: 4px;
	padding-bottom: 3px;
	}
	
div.altMenuItem:hover
	{
	background-color: #353535;
	}

	a.altMenuLink, a.altMenuLink:visited
		{
		font: 12px arial;
		line-height: 18px;
		color: #FFFFFF;
		text-decoration: none;
		}

	a.altMenuLink:hover, a.altMenuLink:active
		{
		}

div.altMenuDivider
	{
	height: 1px;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 2px;
	}

div.fullBox
	{
	position: relative;
	width: 895px;
	left: 50%;
	margin-left: -447px;
	z-index: 2000;
	}

div.fullContentBox
	{
	position: relative;
	width: 895px;
	left: 50%;
	margin-left: -447px;
	padding-top: 12px;
	}

div.tableHeadCorner
	{
	clear: both; float: left; width: 126px; padding: 6px; border-right: 1px solid #CDCDCD; font-size: 18px; height: 24px;
	}

div.tableGreenHeadBorder
	{
	float: left; width: 147px; padding: 8px; padding-left: 10px; border-right: 1px solid #CDCDCD; color: #4cc100; font-size: 18px; font-weight: bold;
	}

div.tableGreenHead
	{
	float: left; width: 148px; padding: 8px; padding-left: 10px; color: #4cc100; font-size: 18px; font-weight: bold;
	}

div.tableBlueRowHead
	{
	clear: both; float: left; width: 120px; padding: 8px; padding-left: 10px; background-color: #DFF1FF; border-right: 1px solid #CDCDCD; font-weight: bold; font-size: 11px; height: 15px; line-height: 16px;
	}

div.tableBlueRowBorder
	{
	float: left; width: 147px; padding: 8px; padding-left: 10px; background-color: #DFF1FF; border-right: 1px solid #CDCDCD; font-size: 12px; line-height: 14px;
	}

div.tableBlueRow
	{
	float: left; width: 148px; padding: 8px; padding-left: 10px; background-color: #DFF1FF; font-size: 12px; line-height: 14px;
	}

div.tableWhiteRowHead
	{
	clear: both; float: left; width: 120px; padding: 8px; padding-left: 10px; border-right: 1px solid #CDCDCD; font-weight: bold; font-size: 11px; height: 15px; line-height: 16px;
	}

div.tableWhiteRowBorder
	{
	float: left; width: 147px; padding: 8px; padding-left: 10px; border-right: 1px solid #CDCDCD; font-size: 12px; line-height: 14px;
	}

div.tableWhiteRow
	{
	float: left; width: 148px; padding: 8px; padding-left: 10px; font-size: 12px; line-height: 15px;
	}
	
	input.platformSelect
		{
		margin: 0;
		padding: 0;
		border: 0;
		vertical-align: -2px;
		}

div.tableOSHeadCorner
	{
	float: left; width: 263px; height: 30px; padding: 8px; padding-left: 14px; border-right: 1px solid #CDCDCD; font-size: 18px; 
	}

div.tableOSHeadBorder
	{
	float: left; width: 149px; padding: 8px; padding-left: 18px; border-right: 1px solid #CDCDCD; color: #4cc100; font-size: 18px; font-weight: bold; text-align: center;
	}

div.tableOSHead
	{
	float: left; width: 150px; padding: 8px; padding-left: 18px; color: #4cc100; font-size: 18px; font-weight: bold; text-align: center;
	}

div.tableOSBlueRowHead
	{
	float: left; width: 263px; padding: 8px; padding-left: 14px; background-color: #DFF1FF; border-right: 1px solid #CDCDCD; line-height: 18px;
	}

div.tableOSBlueRowBorder
	{
	float: left; width: 149px; padding: 8px; padding-left: 18px; background-color: #DFF1FF; border-right: 1px solid #CDCDCD; text-align: center;
	}

div.tableOSBlueRow
	{
	float: left; width: 150px; padding: 8px; padding-left: 18px; background-color: #DFF1FF; text-align: center;
	}

div.tableOSWhiteRowHead
	{
	float: left; width: 263px; padding: 8px; padding-left: 14px; border-right: 1px solid #CDCDCD; line-height: 18px;
	}

div.tableOSWhiteRowBorder
	{
	float: left; width: 149px; padding: 8px; padding-left: 18px; border-right: 1px solid #CDCDCD; text-align: center;
	}

div.tableOSWhiteRow
	{
	float: left; width: 150px; padding: 8px; padding-left: 18px; text-align: center;
	}

div.leftWing
	{
	float: left;
	width: 255px;
	margin-bottom: 12px;
	z-index: -1;
	}

div.menuSubContainer
	{
	width: 213px;
	padding: 12px;
	background-color: #FFFFFF;
	border: 1px solid #D5D5D5;
	}

div.menuSubHead
	{
	height: 21px;
	background-image: url(/assets/images/menu.sub.head.png);
	font: 12px arial;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 22px;
	cursor: pointer;
	}

	div.menuSubHead:hover
		{
		}

	div.menuSubHead a, div.menuSubHead a:visited
		{
		color: #FFFFFF;
		text-decoration: none;
		}

	div.menuSubHead a:active, div.menuSubHead a:hover
		{
		text-decoration: none;
		}

div.menuSubItem
	{
	height: 20px;
	background-image: url(/assets/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 13px;
	font: 12px arial;
	color: #000000;
	padding-top: 8px;
	padding-left: 22px;
	cursor: pointer;
	border-top: 1px solid #AAAAAA;
	}

	div.menuSubItem:hover
		{
		background-color: #EEEEFF;
		background-image: 0;
		}

	div.menuSubItem a, div.menuSubItem a:visited
		{
		color: #000000;
		text-decoration: none;
		}

	div.menuSubItem a:active, div.menuSubItem a:hover
		{
		text-decoration: none;
		}

div.mainContent
	{
	float: left;
	width: 640px;
	font-size: 14px;
	line-height: 20px;
	}

div.footerBoxTop
	{
	clear: both;
	position: relative;
	top: 30px;
	width: 894px;
	height: 22px;
	left: 50%;
	margin-left: -447px;
	background-image: url(/assets/images/footer.top.png);
	background-repeat: no-repeat;
	}

div.footerBoxPay
	{
	clear: both;
	position: relative;
	top: 30px;
	width: 894px;
	height: 70px;
	left: 50%;
	margin-left: -447px;
	background-image: url(/assets/images/footer.top.png);
	background-repeat: no-repeat;
	}
	
div.footerBox
	{
	clear: both;
	position: relative;
	top: 30px;
	width: 894px;
	height: 168px;
	left: 50%;
	margin-left: -447px;
	background-color: #3480C4;
	}
	
	input.footerNewsletterInput
		{
		width: 160px;
		border: 1px solid #D9E0E5;
		font: 12px arial;
		padding: 3px;
		color: #AAAAAA;
		}
	
	input.footerNewsletterButton
		{
		background-color: #449DE7;
		color: #FFFFFF;
		border: 0;
		font: 10px arial;
		font-weight: bold;
		padding: 3px;
		padding-top: 4px;
		}
		
div.footerBoxBottom
	{
	clear: both;
	position: relative;
	top: 30px;
	width: 894px;
	height: 49px;
	left: 50%;
	margin-left: -447px;
	background-image: url(/assets/images/footer.bottom.png);
	background-repeat: no-repeat;
	margin-bottom: 50px;
	}

select.vpsBottom
	{
	display: none;
	float: left;
	width: 635px;
	padding: 4px;
	font-size: 14px;
	}

span.splashButton
	{
	background-color: #000000;
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #353535;
	}

span.splashButtonActive
	{
	background-color: #000000;
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #3F95D5;
	font-weight: bold;
	border: 1px solid #353535;
	}

span.splashButton:hover, span.splashButtonActive:hover
	{
	background-color: #353535;
	}
