/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 15px;
}

#Common p {
	font-size: 13px;
	padding: 0; 
	color: #fff;
	margin-bottom: 13px; 
	line-height: 135%;
}
#Common a:link, #Common a:visited {
	color: #FF7300 ;
	text-decoration: underline;
}

#Common a:hover, #Common a:active {
	color: #fff;
	text-decoration: underline;
}

.Common_title {
	font-family: Arial;
	font-size: 28px;
	font-weight: bold;
	color: #ff7300;
}

.Common_Content {
	padding: 5px 0 16px 0;
}

#Common .Normal
{
	font-family: Arial;
font-size: 13px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead    {
	font-family: Arial;
font-size: 13px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

