/* ############### SUBMENU ################# */
A.SUBMENU {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	background-color: #f3f3f3;
	border-bottom:dashed 1px #cccccc;
}
A.SUBMENU_ON {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	background-color: #F2FABE;
	border-bottom:dashed 1px #cccccc;
}
A.SUBMENU:hover { 
	text-decoration:none; 
	color: #4d4d4d;
	background-color: #F2FABE;
	overflow: hidden;
}


A.SUBMENU_NEW {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	border-bottom:dashed 1px #cccccc;
	background: #f3f3f3 url(./images/new.gif) no-repeat left center;
}
A.SUBMENU_NEW:hover { 
	text-decoration:none; 
	color: #4d4d4d;
	background-color: #F2FABE;
	overflow: hidden;
}
A.SUBMENU_ON_NEW {
	display: block;
	width: 184px;
	height: 100%;
	text-decoration: none;
	font-size: 9pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px 5px 5px 45px;
	border-bottom:dashed 1px #cccccc;
	background: #F2FABE url(./images/new.gif) no-repeat left center;
}


.SUBMENU_TITLE {
	width: 224px;
	height: 100%;
	font-size: 10pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}
A.SUBMENU_TITLE {
	display: block;
	width: 224px;
	height: 100%;
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	color: #4d4d4d;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}

A.SUBMENU_TITLE_ON {
	display: block;
	width: 224px;
	height: 100%;
	text-decoration: none;
	font-size: 10pt;
	font-weight:bold;
	color: #66b821;
	padding: 5px;
	border-bottom:solid 2px #cccccc;
}

A.SUBMENU_TITLE:hover { 
	text-decoration:none; 
	overflow: hidden;
	color: #66b821;
}
/* ############### SUBMENU ################# */

.title {
	margin:0px 0px 20px 0px;
	padding:8px 0px 0px 10px;
	width:530px;
	height:27px;
	background: url(./images/title_bk_540.gif);
}

.title2 {
	margin:20px 0px;
	padding:2px 0px 0px 8px;
	border-left:3px solid #32549b;
	font-weight:bold;
	color: #32549b;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

.title3 {
	margin:20px 0px 0px 0px;
	font-weight:bold;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.text_field {
	height:100%;
	margin:20px 0px;
	padding:10px;
	line-height:18px;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.qa_field {
	height:100%;
	margin:10px 0px;
	padding:10px 23px 10px 10px;
	line-height:18px;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}


.tempTableformat1 {
	width:100%;
	color: #4d4d4d;
	font-size: 12px;
	font-family: Arial, sans-serif;
}


/* faq common */
.faqQ_li {
	background:url(./images/division_dot.gif) no-repeat;
	margin:0px;
	padding:8px 0px;
	list-style:none;
}

.faqQ_q{
	margin:3px 0px 0px 0px;
	padding:0px 0px 2px 23px;
	background: url(./images/q.gif) no-repeat;
}

.faqA_li {
	margin:0px;
	padding:8px 0px;
	list-style:none;
}

.faqA_a {
	margin:3px 0px 0px 0px;
	padding:0px 0px 2px 23px;
	background: url(./images/a.gif) no-repeat;
}

.faqQ_a{
	margin:10px 0px 0px 0px;
	padding:0px 0px 2px 23px;
	background: url(./images/a.gif) no-repeat;
	color:#4d4d4d;
}

.faqQ a:link{
	color:#333333;
	text-decoration:underline;
}
.faqQ a:visited{
	color:#32549b;
	text-decoration:underline;
}
.faqQ a:active{
	color:#4d4d4d;
}
.faqQ a:hover{
	color:#3F8CE2;
	text-decoration:none;
	background:#EDF7FF;
}
