
/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 15px;
}
.Common-tb {border-bottom: #d5bb94 2px solid; height: 49px;}

.Common_title {
	font-family: Tahoma;
	font-size: 28px;
	font-weight: bold;
	color: #c00;
}

.Common_Content {
	padding: 10px 0;
}
#Common p {font-family: Tahoma; padding: 0; color:#030303;}
#Common td {font-family: Tahoma; color:#030303; font-size: 13px;}
#Common .Normal
{
	font-family: Tahoma;
font-size: 13px;
	color: #030303;
font-weight:normal;
}

#Common .SubHead    {
	font-family: Tahoma;
font-size: 13px;
color: #030303;
font-weight:bold;
}

/* Red Container */
#Red {
	padding: 0;
	border-bottom: #d83b35 9px solid;
	margin-bottom: 15px;
}
.Red-tb {background: url(title-bg.gif) repeat-x top; height: 49px;}

.Red_title {
	font-family: Tahoma;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8ddb6;
	padding: 0 10px;
}

.Red_Content {
	padding: 10px;
	background:#fefaf4;
}
.NoTitle_Content {padding: 10px;}
#Red p {padding: 0; margin: 0; color:#333;font-family: Tahoma;}
#Red td {color:#333; font-size: 13px;font-family: Tahoma;}
#Red .Normal
{
	font-family: Tahoma;
font-size: 13px;
	color: #333;
font-weight:normal;
}

#Red .SubHead    {
	font-family: Tahoma;
font-size: 13px;
color: #333;
font-weight:bold;
}


