/* Common Container */
#Common {
	padding: 0;
	margin: 0;
}

#Common p {
	font-size: 15px;
	padding: 0; 
	color: #fff;
	margin-bottom: 15px; 
	line-height: 135%;
}

.Common_topbg {
	background: #221E1F;
	height: 25px;
}

.Common_topbg2 {
	background: #E6B153;
	height: 25px;
}

.Common_topbg3 {
	background: #C2B0A3;
	height: 25px;
}

.Common_title {
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
}

.Common_title2 {
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #221E1F;
	padding-left: 10px;
}

.Common_title3 {
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #221E1F;
	padding-left: 10px;
}


.Common_title4 {
	font-family: Georgia,Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #221E1F;
}

.Common_Content {
	padding: 10px;
	border-top: #fff 2px solid;
	background: #efefef;
}

.Common_Content2 {
	border-top: #fff 2px solid;
	background: #F2D8A9;
}

.Common_Content3 {
	border-top: #fff 2px solid;
	background: #E0D7D1;
}

.Common_Content4 {
	border-top: 1px dotted #807D7E;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #807D7E;
	border-bottom-color: #807D7E;
	border-left-color: #807D7E;
}

#Common .Normal
{
	font-family: Georgia,Arial, Helvetica, sans-serif;
font-size: 15px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead, #Common SubHead     {
	font-family: Georgia,Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #fff;
padding-right: 10px;
}

/* Blue Container */
#Blue {
	padding: 0;
	margin: 0;
}

#Blue p {
	font-size: 15px;
	padding: 0; 
	color: #5a5a5a;
	margin-bottom: 15px; 
	line-height: 135%;
}

.Blue_topbg {
	background: #0088c8;
	height: 34px;
}

.Blue_title {
	font-family: "Myriad Pro",Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #fff;
	padding-left: 22px;
}

.Blue_Content {
	padding: 22px;
	border-top: #fff 2px solid;
	background: #e2e2e2;
}

#Blue .Normal
{
	font-family: Georgia,Arial, Helvetica, sans-serif;
font-size: 15px;
	color: #5a5a5a;
font-weight:normal;
line-height: 135%;
}

#Blue .SubHead, #Blue SubHead     {
	font-family: Georgia,Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #5a5a5a;
padding-right: 10px;
}

