/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 5px;
}

#Common p {
	font-size: 12px;
	padding: 0; 
	color: #6b6b6b;
	margin-bottom: 12px; 
	line-height: 135%;
}
#Common a:link, #Common a:visited {
	color: #FFA101;
	text-decoration: none;
}

#Common a:hover, #Common a:active {
	color: #FFA101;
	text-decoration: underline;
}

.Common_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6b6b6b;
}

.Common_Content {
	padding: 5px 0 16px 0;
}

#Common .Normal
{
	font-family: Arial;
font-size: 12px;
	color: #6b6b6b;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead    {
	font-family: Arial;
font-size: 13px;
color: #000000;
font-weight:normal;
line-height: 135%;
}

/* Gray Container */
#Gray {
	padding: 0;
	margin-bottom: 5px;
	background: #efefef;
}

#Gray p {
	font-size: 12px;
	padding: 0; 
	color: #6b6b6b;
	margin-bottom: 12px; 
	line-height: 135%;
}
#Gray a:link, #Gray a:visited {
	color: #FFA101;
	text-decoration: none;
}

#Gray a:hover, #Gray a:active {
	color: #FFA101;
	text-decoration: underline;
}

.Gray_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	color: #6b6b6b;
	line-height: 50px;
	padding: 0 15px;
}

.Gray_Content {
	padding: 0 15px 16px 15px;
}

#Gray .Normal
{
	font-family: Arial;
font-size: 12px;
	color: #6b6b6b;
font-weight:normal;
line-height: 135%;
}

#Gray .SubHead    {
	font-family: Arial;
font-size: 12px;
color: #6b6b6b;
font-weight:bold;
line-height: 135%;
}

