.AccordionTitle, .AccordionContent, .AccordionContainer
    {
        position: relative;
        width: 560px; /*changeble*/
    }
    .AccordionTitle
    {
        height: 33px; /*changeble*/
        overflow: hidden;
        cursor: pointer;
        font-family: Verdana; /*changeble*/
        font-size: 12px; /*changeble*/
        font-weight: normal; /*changeble*/
        vertical-align: center; /*changeble*/
        text-align: left; /*changeble*/
        display: table-cell;
        -moz-user-select: none;
        border-top: none; /*changeble*/
        border-bottom: none; /*changeble*/
        border-left: none; /*changeble*/
        border-right: none; /*changeble*/
        background-color: white;
        color: gray;
        padding: 5px 0 5px 0 ;
    }
	.question {
		font-family:Arial, Helvetica, sans-serif;
		color:gray;
		font-size:14px;
		font-weight:bold;
		}
	.answer {
		font-family:Arial, Helvetica, sans-serif;
		color:gray;
		font-size:12px;
		text-align:justify;
		}
	
	.AccordionTitle a {
			text-decoration:none;
	}
    .AccordionContent
    {
        height: 0px;
        overflow: hidden; /*display: none;  */
		 border-bottom: solid 1px #C1C1C1; 
    }
    .AccordionContent_
    {
        height: auto;
    }
    .AccordionContainer
    {
     border-top: solid 1px #C1C1C1; 
      /*  border-bottom: solid 1px #C1C1C1; 
        border-left: solid 1px #C1C1C1; changeble*/
      /*  border-right: solid 1px #C1C1C1; changeble*/
    }
    .ContentTable
    {
        width: 100%;
        text-align: left;
        color: White;
    }
    .ContentCellHead
    {
        background-color: #666666;
    }
	  .ContentCell
    {
        background-color: #666666;
    }
    .ContentTable a:link, a:visited
    {
        color: gray;
        text-decoration: none;
    }
       .AccordionContainer a:hover
    {
        color: green;
        text-decoration: none;
    }