@charset "utf-8";

/* Local CSS Document */

div#main .column table{
	width:100%;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	border-collapse:collapse;
}

div#main .column table th,
div#main .column table td{
	font-weight:100;
	line-height:130%;
	border:1px solid #bdbdbd;
	padding:3px 5px;
}

div#main .column table th{ font-size:80%; vertical-align:top; background-color:#e5e5e5; }

div#main .column table td{ height:55px; }




div#main .bluetbl{
	height:1%;
	margin-bottom:15px;
	padding-bottom:8px;
	background:#a0cae6 url(../images/bg_bluetbl_bottom.gif) 0 100% no-repeat;
}


div#main .bluetblhead{
	height:1%;
	padding-top:8px;
	background: url(../images/menubg_faq.jpg) 0 0 no-repeat;
}

div#main .bluetbl table{
	margin:0 0 0 90px;
}

div#main .bluetbl td{
	vertical-align:top;
	padding-right:22px;
	line-height:130%
}
div#main .bluetbl a{
	display:block;
	margin-bottom:2px;
	padding:0 3px 1px 17px;
	background: url(../../../common/images/btn_arrow_down.gif) 3px 0.25em no-repeat;
}

div#main .bluetbl a:link{ color: #1e6a99;text-decoration:none; }
div#main .bluetbl a:visited{ color: #1e6a99;text-decoration:none; }
div#main .bluetbl a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }
div#main .bluetbl a:active{ color: #e58000;text-decoration:none; }

div#faqMenu{ min-height:107px; background: url(images/menubg_faq.gif) 0 0 no-repeat; }



