﻿
#w_articleContent
{
    color:Black;
}


#w_articleContent H1
{
    color:#000000; 
}

#w_articleContent h1, #w_articleContent h2, #w_articleContent h3, #w_articleContent h4, #w_articleContent h5, #w_articleContent h6 {
    color: Black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1px solid #aaaaaa;
}

#w_articleContent h1 { font-size: 188%; }
#w_articleContent h2 { font-size: 150%; }
#w_articleContent h3, h4, h5, h6 {
    border-bottom: none;
    font-weight: bold;
}
#w_articleContent h3 { font-size: 132%; }
#w_articleContent h4 { font-size: 116%; }
#w_articleContent h5 { font-size: 100%; }
#w_articleContent h6 { font-size: 80%;  }


#w_articleContent ul {
    line-height: 1.5em;
    list-style-type: square;
    margin: 0.3em 0 0 1.5em;
    padding:0;
    /*list-style-image: url("bullet.gif");*/
}

#w_articleContent ol {
    line-height: 1.5em;
    margin: 0.3em 0 0 3.2em;
    padding:0;
    list-style-image: none;
}
#w_articleContent li { margin-bottom: 0.1em; }
#w_articleContent dt {
    font-weight: bold;
    margin-bottom: 0.1em;
}
#w_articleContent dl{
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}
#w_articleContent dd {
    line-height: 1.5em;
    margin-left: 2em;
    margin-bottom: 0.1em;
}

#w_articleContent fieldset {
    border: 1px solid #2f6fab;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
}

#w_articleContent legend {
    background: White;
    padding: 0.5em;
    font-size: 95%;
}