body 
{
    font-family:Arial;
    font-size:12px;
    overflow:hidden;
}

h1
{
    font-size: 14px;
}

h2
{
    font-size: 12px;
    font-weight:bold;
    line-height:21px;
    margin-bottom: 0px;
    margin-top: 0px;
}

li
{
    /*padding-bottom: 13px;*/
    line-height:24px;
    font-weight:bold;
}
li span, p, table
{
    color: #333333;
    font-weight:normal;
}


.article
{
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    position:absolute;
    margin:0px auto;
    color: Black;
    width: 690px;
    top: 250px;
    height: 245px;
    padding: 0px 10px 0px 0px;
    overflow-y: auto;
    background-color: White;
}
.articleWrapper
{
    margin:0px auto;
    width: 690px;
    padding:0px 30px;
}

.dictionaryItem
{
    cursor: pointer;
    color: #087ab6;
}

p
{
    margin: 10px 0px;
}

#faq h2
{
    background-image:url(images/arrow-right.jpg);
    background-repeat: no-repeat;
    background-position:left center;
    padding-left: 20px;
    cursor: pointer;
}

#faq div
{
    margin: 5px 0px;
}

.guideLink
{
    color: #3eb877;
    padding-left: 10px;
    background-image: url(images/arrow-right-green.jpg);
    background-position:left center;
    font-weight: bold;
    cursor:pointer;
    background-repeat: no-repeat;
}

.guideWrapper
{
    margin: 10px 0px;
}