﻿/* Common Container */
#Common {
	padding: 0;
	margin-bottom: 5px;
}

#Common p {
	font-size: 12px;
	padding: 0; 
	color: #1d202b;
	margin-bottom: 12px; 
	line-height: 135%;
}

.Common_title {
	font-family: Tahmoa, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d202b;
}

.Common_Content {
	padding: 4px 0 16px 0;
}

#Common .Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #1d202b;
font-weight:normal;
line-height: 135%;
}

#Common .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #1d202b;
font-weight:bold;
line-height: 135%;
}
/* DarkBlue Container */
.DarkBlue {
	padding: 0;
	width:100%;
}

.DarkBlue p {
	font-size: 12px;
	padding: 0; 
	color: #392c0c;
	margin-bottom: 12px; 
	line-height: 135%;
}

.DarkBlue .tl {
	background: url(tl.gif) no-repeat top left;
	width: 19px;
	height: 26px;
}

.DarkBlue .tb {
	background: url(tb.gif) repeat-x top left;
	height: 26px;
}

.DarkBlue .tr {
	background: url(tr.gif) no-repeat top right;
	width: 19px;
	height: 26px;
}

.DarkBlue .ver-line-left {
	background: url(line.gif) no-repeat 0 100%;
	width: 1px;
}

.DarkBlue .ver-line-right {
	background: url(line.gif) no-repeat 100% 100%;
	width: 1px;
}


.DarkBlue_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
}

.DarkBlue_Content {
	padding: 2px 0 36px 0;
}

.DarkBlue .Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #392c0c;
font-weight:normal;
line-height: 135%;
}

.DarkBlue .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #392c0c;
font-weight:bold;
line-height: 135%;
}


/* LeftPane Container */
#LeftPane {
	padding: 0;
	margin-bottom: 5px;
}

#LeftPane p {
	font-size: 12px;
	padding: 0; 
	color: #392c0c;
	margin-bottom: 12px; 
	line-height: 135%;
}

.LeftPane_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #272a35;
	padding-left: 6px;
	line-height: 22px;
}

.LeftPane_TopBg {
	height: 27px;
	background: url(top-leftpane.gif) no-repeat top left;
	width: 163px;
}

.LeftPane_Content {
	padding: 3px 12px 16px 6px;
}

#LeftPane .Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color: #392c0c;
font-weight:normal;
line-height: 135%;
}

#LeftPane .SubHead    {
FONT-FAMILY: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #392c0c;
font-weight:bold;
line-height: 135%;
}

.form-label{
	padding-bottom:10px;
}

.question_btn{
vertical-align:text-bottom;
}