.headerLinks{
	color: #FFFFFF;
	background-color: #588DBA;
	text-align: right;
	padding-right: 12px;
}
.leftMenuBack{
	background-image: url("../images/common/leftmenu_back.gif");
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 8px;
}
.mainCell{
	background-color: #FFFFFF;
	padding: 16px;
}
.topCopy{
	background-image: url("../images/top_mainback.jpg");
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 16px 24px 0px 32px;
}
span.banner{
	margin: 8px;
}
.bodyCell{
	line-height: 160%;
}
.indent8{
	margin-left: 8px;
}
.indent16{
	margin-left: 16px;
}
.indent24{
	margin-left: 24px;
}
.indent32{
	margin-left: 32px;
}
.contentsMargin{
	margin:0 16 0 16px;
}

.faqQ{
	background-image: url("../images/faq_q.gif");
	background-repeat: no-repeat;
	font-size: 11pt;
	color: #B33504;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
.faqA{
	background-image: url("../images/faq_a.gif");
	background-repeat: no-repeat;
	font-size: 11pt;
	color: #234A92;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
}
.faqQtxt{
	vertical-align: middle;
	padding-left: 6px;
}
.faqAtxt{
	padding-top: 6px;
	padding-left: 6px;
}
.stepCell{
	padding: 2px 8px 2px 8px;
	width: 500px;
	background-color: #C1D1E1;
	font-size: 11pt;
	font-weight: bold;
	color: #333333;
}
.beginSelect{
	background-image: url("../images/begin3_image3.gif");
	background-repeat: no-repeat;
	font-size: 11pt;
	font-weight: bold;
	padding: 6px;
}
.valignMiddle{
	vertical-align: middle;
}
.wMode{
	writing-mode: tb-rl;
	vertical-align: middle;
}
.smallFont{
	font-size: 10px;
}
.notice{
	font-weight:bold;
	color:#bb0000;
}

/* left menu */
div#leftMenu{
	width: 156px;
	height: 26px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 1px #cccccc;
}
div#subMenu{
	width: 156px;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
div#subMenuEnd{
	width: 156px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border-bottom: solid 9px #F1711A;
}

/* list */
ul.listSquare{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.listSquare li{
	background-image: url('../images/common/icon_list_01.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 12px;
	line-height: 150%;
}
ul.listNotice{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.listNotice li{
	background-image: url('../images/common/icon_list_01.gif');
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 0px 0px 0px 12px;
	line-height: 150%;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}


/* home */
#homeLeft{
	float: left;
	width: 501;
	padding: 0px;
	margin: 12px 16px 0px 0px;
	text-align: left;
}
#homeRight{
	float: left;
	width: 182;
	margin: 12px 0px 0px 0px;
	text-align: left;
}
.specialBanner{
	float: left;
	margin: 0px 3px 0px 6px;
}
.specialFont{
	font-size: 10px;
	line-height: 130%;
}
.specialLine{
	background-image: url('../images/common/back_dot.gif');
	background-repeat: repeat-x;
	height: 1px;
	margin:8px 0px 8px 0px;
	clear:both;
}

/* contents */

.notice{
	background-image: url('../images/common/back_slash.gif');
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #272D79;
}

.linkText{
	background-image: url('../images/common/icon_link.gif');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 12px;
}

.nameCaption{
	background-image: url('../images/common/icon_list_03.gif');
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 12px;
	color: #272D79;
	font-weight: bold;
	font-size: 14px;
	border-bottom: dashed 1px #D9D2CA;
}

/* -------- table -------- */

table.table{
	border: solid 1px #B9BDC1;
	border-collapse: collapse;
}
table.table th{
	background-color: #EAEFF4;
	border: solid 1px #B9BDC1;
	text-align: center;
	font-weight: normal;
	padding: 6 8 6 8px;
	line-height:140%;
	color: #3e3e3e;
	font-size: 12px;
}
table.table th.subTh{
	background-color: #F3DEB4;
	border: solid 1px #B9BDC1;
	text-align: center;
	font-weight: normal;
	padding: 6 8 6 8px;
	line-height:140%;
	color: #3e3e3e;
}
table.table td{
	background-color: #ffffff;
	border: solid 1px #B9BDC1;
	padding: 6 8 6 8px;
	line-height:140%;
}
