/* Header */

.HeaderPicbanner {
	float:left;
	height:159px;
}

.HeaderLine {
	float:left;
	font-size:7px;
	height:7px;
	background-color: #ffffff;
}

.HeaderLineLast {
	float: right;
	font-size:7px;
	height:7px;
}

.HeaderPicBack {
	float:left;
	background: url(../images/gui/header_bottom_right.jpg) top right;
	width:175px;
	height: 159px;
}

.HeaderDate {
	height: 150px;
	width: 170px;
	text-align: right;
	vertical-align: bottom;
	font-size: 20px;
	font-weight: bold;
	color: #19388B;
}

.BreadcrumpLeft {
	float: left;
	background-color: White;
	font-size:11px;
	margin:3px 0 0 0;
	border-bottom: 1px solid #000000;
	width: 220px;
}

.BreadcrumpMain {
	float: right;
	background-color: White;
	font-size:11px;
	margin:3px 0 0 0;
	border-bottom: 1px solid #000000;
	width: 696px;
}

.BreadcrumpMain A {
	font-size:11px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}