/* White Container */
#White {
	padding: 0;
	margin-bottom: 15px;
}

#White p {
	font-size: 13px;
	padding: 0; 
	color: #8e8e8e;
	line-height: 135%;
}

#White a:link, #White a:visited {
	color: #fff;
	text-decoration: none;
}

#White a:hover, #White a:active {
	color: #fff;
	text-decoration: underline;
}

.White_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
}

.White_topbg {background: url(gray-bg.gif) repeat-x; height: 43px;}

.White_Content {
	padding: 5px 0 0 0;
}

#White .Normal
{
	font-family: Arial;
font-size: 13px;
	color: #8e8e8e;
font-weight:normal;
line-height: 135%;
}

#White .SubHead    {
	font-family: Arial;
font-size: 13px;
color: #8e8e8e;
font-weight:bold;
line-height: 135%;
}

/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 15px;
}

#Common p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 12px; 
	line-height: 135%;
}

#Common a:link, #Common a:visited {
	color: #fff;
	text-decoration: underline;
}

#Common a:hover, #Common a:active {
	color: #fff;
	text-decoration: none;
}

.Common_title {
	font-family: "Arial Black", Arial;
font-size: 16px;
	color: #ccc;
font-weight:normal;
}

.Common_Content {
	padding: 5px 0 0 0;
}

#Common .Normal
{
	font-family: Arial;
font-size: 12px;
color: #fff;
font-weight: normal;
line-height: 135%;
}

#Common .SubHead    {
	font-family: Arial;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

