@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerbot {
	display: inline-block;
}

.containerbot {
	display: block;
	clear: both;
	padding-bottom: 1px;
}

/* =S Container Title ================================================= */
.Head1 {
	color: #22659c;
	font: bold 19px/30px Arial,Verdana,sans-serif;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container1 .containerpane {
	text-align: left;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 {
	padding-top: 31px;
	background: url("images/icon_c2.gif") no-repeat 1px 0;
}

.Container2 .containerpane {
	padding: 1px 0;
	color: grey;
	text-align: left;
}

.Container2 .containerbot {
	height: 20px;
	padding-right: 22px;
	background: url("images/icon_c2.gif") no-repeat right bottom;
}
/* =E Container2 ====================================================== */
