hr {
    color: #d9dada;
    width: 90%;
}

a, a:visited {
    color: #CC9900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
    color: #ff9104;
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

h2 {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

h3 {
    color: #474747;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}

ul li, ul.blue li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding-left: 25px;
    margin-top: 10px;
    background-position: 0 0.1em;
    background-repeat: no-repeat;
    background-image: url(/images/pagestyle/bulletBlue.jpg);
}

ul.orange li {
    background-image: url('/images/pagestyle/bulletOrange.jpg');
}

ul.none {
    background-image: none;
}

#warning, #alert, #notice {
    border-width: 3px;
    border-style: solid;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    text-align: center;
}

#warning {
    background-color: #cc0000;
    border-color: #ff007c;
    border-style: ridge;
    color: #efefef;
}

#alert {
    background-color: #fff000;
    border-color: #ffa500;
    border-style: dashed;
    color: #ef3737;
}

#notice {
    background-color: #0000ff;
    border-color: #00007f;
    color: #efefef;
}

.droorControl {
    cursor:pointer;
}

.active .droorShort {
    color: #93b8d5;
}

.droorShort > * {
    display: inline-block;
    border-bottom: 1px solid transparent;

}

.droorShort {
    clear: both;
    min-height: 1px;
    vertical-align: middle;
}

.droorLong {
    display: none;
}

.FAQquestion {
    background-image:url(/images/pagestyle/faq_icon.jpg);
    background-position:left center;
    background-repeat:no-repeat;
    color:#444444;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    font-weight:bold;
    min-height: 63px;
    line-height:20px;
    padding-left:75px;
}

.FAQanswer {
    color: #cc6600;
    font-weight: bold;
    padding-left:75px;
}

.FAQanswer a {
    color: #93b8d5;
}