/* common Container */
#common {
	padding: 0;
	margin-bottom: 5px;
}

#common p {
	font-size: 12px;
	padding: 0; 
	color: #666;
	margin-bottom: 12px; 
line-height: 19px;
}

.common_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #666;
}

.big_title {
	font-family: Helvetica, sans-serif;
	font-size: 42px;
	font-weight: normal;
	color: #000;
	line-height: 40px;
}
.common_Content 
{
    
	padding: 0 0 16px 0;
}

#common .Normal
{
	font-family: Arial;
font-size: 12px;
	color: #666;
font-weight:normal;
line-height: 19px;
}

#common .SubHead    {
	font-family: Arial;
font-size: 12px;
color: #666;
font-weight:bold;
line-height: 19px;
}

/* dashed Container */
#dashed {
	padding: 0;
	margin-bottom: 5px;
}

#dashed p {
	font-size: 14px;
	padding: 0; 
	color: #666;
	margin-bottom: 12px; 
	line-height: 19px;
}
#dashed a {font-size: 14px; color: #c41188; text-decoration: none;}
#dashed a:hover {font-size: 14px; color: #c41188; text-decoration: underline;}

.dashed_topbg {background: url(dashed.gif) repeat-x left bottom; height: 35px;}

.dashed_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.dashed_Content {
	padding: 6px 0 16px 0;
}

#dashed .Normal
{
	font-family: Arial;
font-size: 14px;
	color: #666;
font-weight:normal;
line-height: 19px;
}

#dashed .SubHead    {
	font-family: Arial;
font-size: 14px;
color: #666;
font-weight:bold;
line-height: 19px;
}


/* graybox Container */
#graybox {
	padding: 0 8px;
	margin-bottom: 0;
	background: #9d9d9d;
}

#graybox p {
	font-size: 12px;
	padding: 0; 
	color: #ccc;
	margin-bottom: 12px; 
	line-height: 19px;
}

.graybox_topbg {background: url(dashed2.gif) repeat-x left bottom; height: 35px;}

.graybox_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ccc;
	line-height: 32px;
}

.graybox_Content {
	padding: 6px 0 16px 0;
}

#graybox .Normal
{
	font-family: Arial;
font-size: 12px;
	color: #ccc;
font-weight:normal;
line-height: 19px;
}

#graybox .SubHead    {
	font-family: Arial;
font-size: 12px;
color: #ccc;
font-weight:bold;
line-height: 19px;
}

