html, body {
        height: 100%;
        background: #ffffff;
        font-size: 2,0em;
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 180%;
        overflow: visible;
        scrollbar: no;
}



h2, h3 {
         color: #a12587;
}

h1 {
     color: #A7CA44;

}

h3 {

    font-weight: bold;
}


h2 {
        padding: 0px 0px 30px 0px;

}

p, ol, ul {
        margin-top: 0px;
}

p {
        line-height: 180%;
}

strong {
}

a {
        color: #A7CA44;
        text-decoration: none;
}

a:hover {
        text-decoration: yes;
}

a img {
        border: none;
}



/* List style 2 */

ul.style2 {
        margin: 0px;
        padding: 0px;
        list-style: none;
}

ul.style2 li {
        padding: 25px 0px 15px 0px;
        border-top: 1px solid #E6E7DC;
}

ul.style2 .first {
        padding-top: 0px;
        border-top: none;
}

ul.style2 h3 {
        padding: 0px 0px 10px 0px;
        font-size: 18px;
}

ul.style2 h3 a {
        color: #101010;
}

ul.style2 a {
        text-decoration: none;
}

ul.style2 a:hover {
        text-decoration: underline;
}


/* List style 3 */

ul.style3 {
        margin: 0px;
        padding: 0px;
        list-style: none;
        font-size: small;
        font-weight: normal;
}

ul.style3 li {
        padding: 25px 0px 15px 0px;
        border-top: 1px solid #E6E7DC;
}

ul.style3 .first {
        padding-top: 0px;
        border-top: none;
}

ul.style3 h3 {
        padding: 0px 0px 10px 0px;
}

ul.style3 h3 a {
        color: #101010;
}

ul.style3 a {
        text-decoration: none;
}

ul.style3 a:hover {
        text-decoration: underline;
}