
/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 15px;
}

#Common p {
	font-size: 12px;
	padding: 0; 
	color: #000;
	margin-bottom: 12px; 
	line-height: 135%;
}

#Common a:link, #Common a:visited {
	color: #000;
	text-decoration: none;
}

#Common a:hover, #Common a:active {
	color: #000;
	text-decoration: underline;
}

.Common_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #005300;
}

.Common_Content {
	padding: 10px 0 0 0;
}

#Common .Normal
{
	font-family: Arial;
font-size: 11px;
	color: #000;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead    {
	font-family: Arial;
font-size: 11px;
color: #000;
font-weight:bold;
line-height: 135%;
}

/* Yellow Container */
#Yellow {
	padding: 0;
	margin: 0;
}

#Yellow p {
	font-size: 12px;
	padding: 0; 
	color: #000;
	margin-bottom: 12px; 
	line-height: 135%;
}

#Yellow a:link, #Yellow a:visited {
	color: #000;
	text-decoration: underline;
}

#Yellow a:hover, #Yellow a:active {
	color: #000;
	text-decoration: none;
}
.Yellow-topbg {background: #fc0; height: 39px;}
.Green-topbg {background: #00AC00; height: 35px;}
.Yellow_title {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 39px;
	padding-left: 8px;
}

.Green_title {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: 35px;
	padding-left: 8px;
}

.Yellow_Content {
	padding: 10px 8px 0 8px;
}

#Yellow .Normal
{
	font-family: Arial;
font-size: 11px;
	color: #000;
font-weight:normal;
line-height: 135%;
}

#Yellow .SubHead    {
	font-family: Arial;
font-size: 11px;
color: #000;
font-weight:bold;
line-height: 135%;
}

