BODY {
	background: #2c558d;
	display: table;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D568E;
}
/*** Titles and texts Style ******************************/
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	line-height: 1.2;
	color: #2D568E;
	text-transform: uppercase;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	line-height: 1.5;
	color: #2D568E;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	line-height: 1.5;
	color: #2D568E;
}
h4{
}
h5{
}
h6{
}
p{
	line-height: 2;
	/*margin-bottom: 20px;*/
}
.text_16_b{
	font-size:16px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	
}
.text_sm{
	font-size:10px;
	line-height: 2;
	margin-bottom: 10px;
}

/*** Styles of the Links ***************************************/
a.logo{
	display: block;
	width: 173px;
	height: 103px;
	background: url(../images/cif-alaska-logo.gif) no-repeat left top;
	margin-bottom: 20px;
}
/*********************************************************/
.container_index{
	background: #b7c2d6;
}
/*
.col_content{
	background: #b7c2d6 url(../images/cif-logo-blue.gif) no-repeat 25px 640px; 
}
*/
.col_content{
	background: #b7c2d6; 
}

a.pic_step_l:hover,
a.pic_step_r:hover{
	border:4px solid #b7c2d6;
}
a.pic_step_l span.num,
a.pic_step_r span.num{
	color: #b7c2d6;
}

a.pic_step_l span.time,
a.pic_step_r span.time{
	background: url(../images/clock-bg-alaska.png) no-repeat left top; 
}
a.pic_step_l:hover span.time,
a.pic_step_r:hover span.time{
	background: url(../images/clock-bg-alaska.png) no-repeat left top; 
}
/*
a.print{
	position: absolute;
	right:0px;
	top:0px;
	width: 66px;
	height: 66px;
	background: url(../images/print-alaska.gif) no-repeat left top;
}
*/
a.print{
	position: absolute;
	right:140px;
	top:30px;
	width: 57px;
	height: 16px;
	background: url(../images/btn-print.gif) no-repeat left top;
}



