@charset "utf-8";

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.containerpane {
	text-align: left;
}

.containerpane:after,.containerbot:after {
	content:".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	overflow: hidden;
}

.containerbot {
	clear: both;
	min-height: 9px;
	padding-bottom: 1px;
}



/* =S Container Title ================================================= */
.Head1 {
	color: #9fc941;
	font: 24px Verdana,Arial,sans-serif;
}

.Head2 {
	color: #2c9ade;
	font: 19px Verdana,Arial,sans-serif;
}

.Head3 {
	color: #9fc941;
	font: 19px/28px Verdana,Arial,sans-serif;
}

.Head4 {
	color: #2c9ade;
	font: 19px Verdana,Arial,sans-serif;
}
/* =E Container Title ================================================= */



/* =S Container1 ====================================================== */
.Container1 {
	margin-bottom: 10px;
}

.Container1 .title {
	padding-bottom: 18px;
}

.Container1 .containerpane {
	padding: 1px 0;
	color: #717171;
	text-align: left;
}

.Container1 .containerbot {
	margin: 0 1px;
	border-bottom: 1px solid #f0f0f0;
}
/* =E Container1 ====================================================== */



/* =S Container2 ====================================================== */
.Container2 {
	margin-bottom: 10px;
}

.Container2 .title {
	padding-bottom: 5px;
}

.Container2 .containerpane {
	padding: 1px 0;
	color: #46aae8;
	text-align: left;
}

.Container2 .containerbot {
	margin: 0 1px;
	border-bottom: 1px solid #f0f0f0;
}
/* =E Container2 ====================================================== */



/* =S Container3 ====================================================== */
.Container3 {
	margin-bottom: 10px;
}

.Container3 .title {
	padding: 0 0 6px 1px;
}

.bg-c3 {
	border: 6px solid #f2efe6;
	padding: 5px 0;
	background: #f8f6f2;
}

.Container3 .containerpane {
	min-height: 10px;
	padding: 0 5px;
}

* html .Container3 .containerpane {
	height: 10px;
}


/* =E Container3 ====================================================== */



/* =S Container4 ====================================================== */
.Container4 {
	margin-bottom: 10px;
}

.Container4 .title {
	padding: 0 0 16px 12px;
}

.bg-c4-top {
	background: url("images/bg_c4_top.gif") repeat-x left top;
}

.bg-c4-tl {
	background: url("images/bg_c4_tl.gif") no-repeat left top;
}

.bg-c4-tr {
	height: 18px;
	background: url("images/bg_c4_tr.gif") no-repeat right top;
}

.Container4 .containerpane {
	min-height: 10px;
	border: 6px solid #f2efe6;
	border-width: 0 6px;
	padding: 5px 6px;
	background: #f8f6f2;
	color: #948383;
	text-align: left;
}

* html .Container4 .containerpane {
	height: 10px;
}

.bg-c4-bottom {
	background: url("images/bg_c4_bottom.gif") repeat-x left top;
}

.bg-c4-br {
	background: url("images/bg_c4_br.gif") no-repeat right top;
}

.bg-c4-br .containerbot {
	height: 26px;
	padding: 0 12px;
	background: url("images/bg_c4_bl.gif") no-repeat left top;
}
/* =E Container4 ====================================================== */
