TEXTAREA, INPUT, OPTION, BODY { 
    font-family: "Arial", "Sans";
    font-size:11px;
}
BODY {
    color:#000000;
    text-align:justify;
}
IMG {
    border:0px;
    margin:10px;
}
P {
    line-height:1.6;
    margin-top:10px;
    margin-bottom:10px;
}
#main {
    font-size:12px;
}
A {
    text-decoration:underline;
    color:#779100;
}
A:hover {
    color:#36545e;
}
H1, H2, H3, H4, H5, H6 {
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
    font-weight:bold;
}
H1 {
    letter-spacing:-1px;
    font-weight:bold;
    font-size:28px;
    color:#363636;
    border-bottom:1px solid #e0e0e0;
    padding-bottom:5px;
    margin-top:0px;
}
H2 {
    font-size:20px;
    font-weight:bold;
    letter-spacing:-1px;
    background: url("../images/hdot.jpg") no-repeat left 4px transparent;
    padding-left:20px;
    margin-top:20px;
}
H3 {
    font-size:16px;
}
H4 {
    font-size:11px;
    margin-bottom:-10px;
}

UL {
    list-style-image:none;
    list-style-type:none;
    margin-left:0px;
    padding-left:0px;
    margin-top:0px;
    padding-top:0px;
}
UL LI {
    background:url("../images/li.jpg") transparent no-repeat left 4px;
    padding-left:12px;
    margin-top:5px;
    margin-bottom:5px;
    margin-left:10px;
    line-height:1.5;
}

UL.pdf LI {
    background:url("../images/bullet_pdf.gif") transparent no-repeat 0px 3px;
    padding-left:25px;
    margin:6px 0px 6px 0px;
}

