﻿h1
{
    font-family: Arial, Lucida Sans;
    font-size: 1em;
    font-weight: bold;
    color: #292929;
}

h2
{
    font-family: Arial, Lucida Sans;
    font-size: .9em;
    font-weight: bold;
    color: #666666;
}

h3
{
    font-family: Arial, Lucida Sans;
    font-size: .9em;
    font-weight: bold;
    color: #666666;
}


p{
     font-family: Arial, Lucida Sans;
    font-size: 9pt;
    color: #666666;
}

p a{
    text-decoration: none;
    color:#000;
}

p a:hover{
    text-decoration: none;
    color:#000;
    border-bottom: 1px solid #000;
}


.label {
    font-family: Lucida Sans ,Arial;
    font-size: 9pt;
    color: #777777;
}

.textlabel {
    font-family: Arial;
    font-size: 9pt;
    color: #ff6600;
}

.error{
    font-family: Lucida Sans ,Arial;
    font-size: 9pt;
    color: #ff0000;
}



ul
{
    list-style-type: decimal;
}

li{
    font-family: Arial, Lucida Sans;
    font-size: 9pt;
    color: #777777;
    margin: 12px 0px 0px 30px;
}


.news{}

.news ul{
    list-style-type: circle;
}

.news ul li{
    font-family: Arial, Lucida Sans;
    font-size: 9pt;
    color: #777777;
    margin-top: 6px;
}

.news ul li a{
    text-decoration: none;
    color: #000;
}

.news ul li a:hover{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
}
