/******************* GLOBAL ********************/

@font-face {
    font-family: 'helvetica_lt_std_cond_blkRg';
    src: url('fonts/helveticaltstd-blkcond-webfont-webfont.eot');
    src: url('fonts/helveticaltstd-blkcond-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaltstd-blkcond-webfont-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-blkcond-webfont-webfont.ttf') format('truetype'),
         url('fonts/helveticaltstd-blkcond-webfont-webfont.svg#helvetica_lt_std_cond_blkRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica_lt_std_condregular';
    src: url('fonts/helveticaltstd-cond-webfont-webfont.eot');
    src: url('fonts/helveticaltstd-cond-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/helveticaltstd-cond-webfont-webfont.woff') format('woff'),
         url('fonts/helveticaltstd-cond-webfont-webfont.ttf') format('truetype'),
         url('fonts/helveticaltstd-cond-webfont-webfont.svg#helvetica_lt_std_condregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

img {
	border: 0;
	outline: 0;
}

.inv {
	width: 0;
	height: 0;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pos-rel {
	position: relative;
}

/******************* END GLOBAL ********************/

.top {
	list-style: none;
	margin: 10px auto 0 auto;
	padding: 0;
	border: 0;
	width: 960px;
	height: auto;
}

.top li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.top li.logo {
	width: 174px;
	height: auto;
	padding: 3px 0 0 0;
}

.top li.cards {
	width: 121px;
	height: auto;
}

.top li.lang {
	width: auto;
	height: auto;
	padding: 11px 20px 0 0;
	list-style: none;
	margin: 0;
	border: 0;
}

.top li.lang li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font: 12px/100% Arial, Helvetica, Sans Serif;
	color: #999999;
}

.top li.lang li.bor {
	border-left: 1px #999999 solid;
	margin: 0 0 0 3px;
	padding: 0 0 0 3px;
}

.top li.lang li a {
	color: #999999;
	text-decoration: none;
}

.top li.lang li a:hover {
	color: #004377;
	text-decoration: underline;
}

.blue-back {
	width: 100%;
	height: 248px;
	background: transparent url(images/blue-back.png) 0 0 repeat-x;
}

.blue-title {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 90px 0 0 0;
	border: 0;
	text-align: center;
	font: 40px/100% helvetica_lt_std_cond_blkRg, Arial, Helvetica, Sans Serif;
	color: #0060ab;
}

.blue-title span {
	font: 24px/100% helvetica_lt_std_condregular, Arial, Helvetica, Sans Serif;
}

.int-blue {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.megacards {
	width: 860px;
	height: 244px;
	position: absolute;
	top: 70px;
	left: 40px;
}

.button-area {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.button-div {
	width: 320px;
	height: 74px;
	margin: 20px auto 0 auto;
	background: transparent url(images/red-button.png) 0 0 no-repeat;
	font: 18px/100% Arial, Helvetica, Sans Serif;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.button-div a {
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	top: 28px;
	left: 24px;
}

.button-div:hover {
	background: transparent url(images/blue-button.png) 0 0 no-repeat;
}

.two-col {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.two-col p {
	width: 33%;
	height: auto;
	padding: 30px 0 50px 0;
	font: 14px/130% Arial, Helvetica, Sans Serif;
	color: #888787;
}

.two-col p.left {
	padding-left: 130px;
}

.two-col p.right {
	padding-right: 130px;
}

.two-col p span.bold {
	color: #555555;
	font-weight: bold;
}

.two-col p span.title {
	color: #0060ab;
	font-weight: bold;
	font-size: 18px;
	display: block;
	line-height: 120%;
	margin-bottom: 5px;
	padding: 0;
}

.footer {
	width: 100%;
	height: auto;
	background: #dddcdc;
}

.footer div {
	width: 960px;
	height: 100px;
	text-align: center;
	margin: 0 auto 0 auto;
}

.footer ul {
	width: 280px;
	height: auto;
	list-style: none;
	border: 0;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	text-align: center;
}

.footer ul li {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
	font: 12px/100% Arial, Helvetica, Sans Serif;
	color: #595959;
}

.footer ul li a {
	color: #595959;
	text-decoration: none;
}

.footer ul li.bor {
	border-left: 1px solid #595959;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
}

.footer ul li a:hover {
	color: #004377;
	text-decoration: underline;
}
























ica_lt_std_cond_blkRg, Arial, Helvetica, Sans Serif;
	color: #0060ab;
}

.blue-title span {
	font: 24px/100% helvetica_lt_std_condregular, Arial, Helvetica, Sans Serif;
}

.int-blue {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.megacards {
	width: 860px;
	height: 244px;
	position: absolute;
	top: 70px;
	left: 40px;
}

.button-area {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.button-div {
	width: 320px;
	height: 74px;
	margin: 20px auto 0 auto;
	background: transparent url(images/red-button.png) 0 0 no-repeat;
	font: 18px/100% Arial, Helvetica, Sans Serif;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

.button-div a {
	color: #ffffff;
	text-decoration: none;
	position: absolute;
	top: 28px;
	left: 24px;
}

.button-div:hover {
	background: transparent url(images/blue-button.png) 0 0 no-repeat;
}

.two-col {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

.two-col p {
	width: 33%;
	height: auto;
	padding: 30px 0 50px 0;
	font: 14px/130% Arial, Helvetica, Sans Serif;
	color: #888787;
}

.two-col p.left {
	padding-left: 130px;
}

.two-col p.right {
	padding-right: 130px;
}

.two-col p span.bold {
	color: #555555;
	font-weight: bold;
}

.two-col p span.title {
	color: #0060ab;
	font-weight: bold;
	font-size: 18px;
	display: block;
	line-height: 120%;
	margin-bottom: 5px;
	padding: 0;
}

.footer {
	width: 100%;
	height: auto;
	background: #dddcdc;
}

.footer div {
	width: 960px;
	height: 100px;
	text-align: center;
	margin: 0 auto 0 au