/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 5px;
}

#Common p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 4px; 
	line-height: 135%;
}

.Common_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.Common_Content {
	padding: 8px 0 16px 0;
}

#Common .Normal
{
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

/* BlockGray Container */
#BlockGray {
	padding: 0;
	margin-bottom: 5px;
	background: #333;
}

#BlockGray p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 4px; 
	line-height: 135%;
}

.BlockGray_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	padding: 16px;
}

.BlockGray_Content {
	padding: 0px 16px 16px 16px;
}

#BlockGray .Normal
{
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#BlockGray .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

/* BlockLightGray Container */
#BlockLightGray {
	padding: 0;
	margin-bottom: 5px;
	background: #666;
}

#BlockLightGray p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 4px; 
	line-height: 135%;
}

.BlockLightGray_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 38px;
	padding: 16px;
}

.BlockLightGray_Content {
	padding: 0px 16px 16px 16px;
}

#BlockLightGray .Normal
{
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#BlockLightGray .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

/* Red Container */
#Red {
	padding: 0;
	margin-bottom: 5px;
	background: #000;
	border-bottom: #fff 2px solid;
}

#Red p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 4px; 
	line-height: 135%;
}

.Red_title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	padding-left: 35px;

}


.Red_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
	padding-left: 35px;
}

.Red_Content {
	padding: 8px 0 16px 0;
}

#Red .Normal
{
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #fff;
font-weight:normal;
line-height: 135%;
}

#Red .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
}

/* WhiteLineBar Container */
#WhiteLineBar {
	padding: 0;
	width: 100%;
	margin-bottom: 5px;
}

#WhiteLineBar p {
	font-size: 12px;
	padding: 0; 
	color: #fff;
	margin-bottom: 4px; 
	line-height: 135%;
}

.WhiteLineBar_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 25px;
}

.WhiteLinkBar_topbg {
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
}

.WhiteLineBar_Content {
	padding: 0 0 16px 0;
	float: left;
	display: block;
	margin-top: -12px;
	margin-left: 0;
}

* html .WhiteLineBar_Content {
	padding: 0 0 16px 0;
	margin-left: -3px;
	margin-top: 0;
	display: block;
	float: left;
}

#WhiteLineBar .Normal
{
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
	color: #fff;
font-weight:normal;
line-height: 135%;
	padding: 0;
}

#WhiteLineBar .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #fff;
font-weight:bold;
line-height: 135%;
	padding: 0;
}


A:link, A:visited, A:active  {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}


A:hover {
	color: #fff;
	font-family: Arial;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}


