﻿element.style 
{
    display:block;
}

h3.categoryListingTitle:hover 
{
    text-decoration:underline;
}

.articleBody 
{
        color:#23292F;
        padding-top:0px;
        font-family:Verdana, Arial, Tahoma;
        font-size: 14px;  
}

.narrow 
{
    width:100%;
}


h3.categoryListingTitle
{
    background-image:url(/images/FAQ/plus_minus.jpg);
    background-position:0 -1px;
    background-repeat:no-repeat;
    color:#1277CD;
    cursor:pointer;
    font-family:Verdana, Arial, Tahoma;
    font-size:16px;
    font-weight:normal;
    line-height:normal;
    margin-bottom:10px;
    padding-left:21px;
}

h3.categoryListingTitle.open 
{
    background-position:0 -55px;
}

h3 
{
    border:0 none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-style:normal;
    font-weight:bold;
    line-height:normal;
    padding-bottom:0;
}

.articleBody .qaText 
{
    color:#3D4B58;
    float:left;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-style:italic;
    font-weight:bold;
    line-height:18px;
    margin-right:4px;
}

.articleBody p 
{
    color:#444444;
    line-height:18px;
    margin-bottom:16px;
}

.faq .articleBody 
{
    background-color:#F4EFDC;
    border-bottom:1px solid #D4D4D4;
    border-top:1px solid #D4D4D4;
    margin-bottom:15px;
    padding:10px 21px 0;
    width:100%;
}
 
p 
{
    margin:1em 0;
}

.articleBody p 
{
    color:#444444;
    display:block;
    line-height:18px;
    margin-bottom:16px;
}

.articleBody span
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent none repeat scroll 0 0;
    border:0 none;
    font-size:100%;
    font-weight:normal;
    margin:0;
    padding:0;
    vertical-align:baseline;
}

.articleBody a:hover, .commentBody a:hover 
{
    text-decoration:underline;
}

.articleBody a, .commentBody a
{
    text-decoration: none;
} 