@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;
}

.containerpane,.containerbot {
	display: inline-block;
}

.containerpane,.containerbot {
	display: block;
	clear: both;
	padding-bottom: 1px;
}

/* =S Container Title ================================================= */
.Head1 {
	color: #920000;
	font: 24px/28px "Times New Roman",serif;
	white-space: nowrap;
}

.Head2 {
	color: #013066;
	font: 24px/28px "Times New Roman",serif;
	white-space: nowrap;
}

.Head3 {
	color: #fff;
	font: bold 12px/16px Arial,Verdana,sans-serif;
	white-space: nowrap;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 .title {
	padding: 0 0 2px 5px;
}

.Container1 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container1 .containerpane {
	padding: 0 8px;
	text-align: left;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 .title {
	padding: 0 0 2px 5px;
}

.Container2 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container2 .containerpane {
	padding: 8px;
	background: #dbdbdb;
	text-align: left;
}
/* =E Container2 ====================================================== */



/* =S Container3 ====================================================== */
.Container3 {
	margin-bottom: 8px;
	background: #DBDBDB;
}

.Container3 .containerhead {
	padding: 7px 0 5px 8px;
	background: #9b9b9b;
}

.Container3 .title {
	padding: 8px 8px 8px 24px;
	background: url("images/icon1.png") no-repeat 0 9px;
}

.Container3 .title img {
	margin-right: 2px;
	vertical-align: middle;
}

.Container3 .containerpane {
	text-align: left;
}
/* =E Container3 ====================================================== */

