/* www.srr.ro template stylesheet */
/* This defines the basic tag overrides */

BODY {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        color: #333;
        background-color: #FFFFFF;
        margin: 0px 0px 0px 0px;
}

TABLE {
        padding: 0px;
        border: 0px;
}

TH {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        text-align: center;
        color: #333;
        vertical-align: top;
}

TD {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-align: justify;
        color: #333;
        vertical-align: top;
}

A {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: #666;
}
A:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        text-decoration: underline;
        color: #999;
}

IMG {
        border: 0px;
        padding: 0px;
        margin: 1px;
}

P {
        text-indent: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
        margin-left: 1px;
        margin-right: 1px;
}

HR {}

H3 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color: #460078;
        text-align: center;
}

H4 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color: #980046;
        text-align: center;
}

H5 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
        font-style: normal;
        font-weight: bold;
        font-variant: normal;
        color: #35327E;
        text-align: left;
        text-indent: 15px;
}

LI {
        list-style-position: inside;
}

