/* CSS Document */

BODY	{
	margin: 0px;
	padding: 0px;
	background-color: #e1ecf1;
	color: #000000;
}

BODY, DIV, TD	{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}


#blk1	{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 106px;
	width: 100%;
	background-color: #cfe2ed;
	color: #000000;
	z-index: 1;
}

#blk2	{
	position: absolute;
	top: 106px;
	left: 0px;
	height: 140px;
	width: 100%;
	background-color: #0266A1;
	color: #000000;
	z-index: 1;
}

#blk3	{
	position: absolute;
	top: 245px;
	left: 0px;
	height: 35px;
	width: 100%;
	background-color: #ffffff;
	color: #000000;
	z-index: 1;
}
