﻿body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
}
h1
{
    font-size: 16px;
    color: #FFFFFF;
}
.STYLE7
{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: "Courier New" , Courier, monospace;
}
.STYLE8
{
    font-size: 14px;
}
.STYLE11
{
    font-size: 12px;
}
.STYLE11
{
    font-size: 12px;
    color: #666666;
}
a{ text-decoration:none;}
a:link
{
    text-decoration: underline;
}
a:visited
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: underline;
}

#Layer1
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 600;
    z-index: 1;
    overflow: scroll;
}

#tbFaq
{
    background-image: url(../images/bg_faq.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
     background-position: bottom left;
    margin-top: 20px;
    width: 90%;
}
#faqcontent
{
  margin-top:10px;
  padding:10px 10px 10px 10px;
  border: solid 1px #CCCCCC;
}
a{ text-decoration:none;}
.categorytitle
{
  height:25px;
  line-height:25px;
  font-size:13px;
  padding-left:10px;
  font-weight:bold;
}
.childtitle
{
  height:20px;
  line-height:20px;
  font-size:12px;
  padding-left:20px;
}
.detailfaq
{
  border:solid 1px #C0C0C0;
  margin-bottom:5px;
  padding:5px;
}
.detailfaq dt
{
  height:25px;
  line-height:25px;
  font-size:13px;
  font-weight:bold;
  background-color:#C0C0C0;
  padding-right:10px;
  padding-left:10px;
}
.detailfaq dd
{
 font-size:12px;
 padding:10px;
}