/* CSS Document */

span.faq_question{
	cursor : pointer;
	color : #333333; font-size:13px; margin-left:5px; font-weight: normal;
	padding: 10px; padding-left:5px; line-height:120%;
	color: #000;
	border-bottom: 1px solid #EEE; display:block; cursor:pointer; 
}
.faq_answer_none{
	display			: none;
	margin-top		: 5px; 
	margin-bottom	: 5px;  font-size:13px; margin-left:5px; line-height:150%; 
}

td.faq_answerText{
	color 			 : #333333;
	background-color : #FFFAFA; font-size:13px; margin-left:5px;
}

.pageContentAlign{
	margin-bottom : 0px;
	margin-top : 0px;
}

.bl{
  background:url(../img/common/cornerblue_bl.gif);
  background-position:0 100%;
  background-repeat:no-repeat;
  width:100%; 
  text-align:left;
  }
.br{
  background:url(../img/common/cornerblue_br.gif);
  background-position:100% 100%;
  background-repeat:no-repeat;
  }
.tl{
  background:url(../img/common/cornerblue_tl.gif);
  background-position:0 0;
  background-repeat:no-repeat;
  }
.tr{
	background:url(../img/common/cornerblue_tr.gif);
	background-position:100% 0;
	background-repeat:no-repeat; 
	padding:10px;
	}
.t{background:url(../img/common/dot.gif);
   background-position:0 0;
   background-repeat:repeat-x; 
   width:100%;
   }
.b{
  background:url(../img/common/dot.gif);
  background-position:0 100%;
  background-repeat:repeat-x;
  }
.l{
  background:url(../img/common/dot.gif);
  background-position:0 0;
  background-repeat:repeat-y;
  }
.r{
  background:url(../img/common/dot.gif);
  background-position:100% 0;
  background-repeat:repeat-y;
  }