.index
{
  float: right;
	width: 540px;
	margin-right: 10px;
	overflow: hidden;
	display:inline;
}
.head
{
    width: 565px;
    height: 35px;
    overflow: hidden;
}
.head #start
{
    width: 13px;
    height: 35px;
    float: left;
    overflow: hidden;
    background-image: url('../images/arrow-about.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.head #data
{
    float:left;
    width: 540px;
    height: 30px;
    color: #48505E;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 10px;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bolder;
    background-image: url('../images/top-1px.gif');
    background-position: left top;
    background-repeat: repeat-x;
}
.fade
{
    width: 559px;
    height: 73px;
    overflow: hidden;
    margin-top: 4px;
    background-image: url('../images/fade-line.jpg');
    background-position: top left;
    background-repeat: no-repeat;
}
.faq
{
    margin: 0 0 0 29px;
    margin-top: -30px;
    padding: 0;
    font-family: Tahoma;
    font-size: 12px;
    color: #48505E;
    list-style-type: none;
    overflow: hidden;
}
.faq li
{
    padding-left: 26px;
    background-image: url('../images/query.gif');
    background-position: left top;
    background-repeat: no-repeat;
}
.faq span
{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #D8E0E7 solid;
}
.faq a
{
    color: #3B629F;
    font-weight: bold;
    text-decoration: none;
}
.faq a:hover
{
    color: #2C4A77;
}
.call
{
    display: block;
    padding-bottom: 10px;
    overflow: hidden;
    font-size: 11px;
    float: right;
}
.call a
{
    color: #48505E;
    text-decoration: none;
}
.call a:hover
{
    color: #000;
}
.cancel_policy
{
	width: 500px;
	margin: 0;
	display: block;
	margin-left: 50px;
}

