
/* This CSS is purely for Netscape 4 users */
/* Do not remove!! */


DIV,P,TD              { font-family:Arial, Helvetica, sans-serif;
                        font-size:small; }

A                     { color:#069; }
A:hover               { color:#069; text-decoration:none; }

H1                    { font-size:1.4em;
                        font-weight:normal;
                        color:#069; }

H2                    { font-size:1.25em; 
                        color:#000;
                        margin:10px 0px 10px 0px; }

H3                    { font-size:1.1em;
                        font-weight:normal;
                        color:#069; }

H4                    { font-size:1em;
                        font-weight:bold;
                        color:#000; }

H5                    { font-size:1.0em;
                        font-weight:normal;
                        font-style:italic;
                        color:#069; }

HR                    { color:#000 }

LI                    { padding-bottom:0px;
                        list-style-image:url(../../images/bullet.gif); }

UL LI, OL LI          { margin-left:-20px; }
UL LI                 { padding-bottom:5px;
                        list-style-image:url(../../images/bullet.gif); }

OL LI                 { padding-bottom:5px;
                        list-style-image:url(../../images/bullet.gif); }

UL LI UL LI, OL LI UL LI {
                        color:#666666;
                        margin-top:5px;
                        padding-bottom:0px;
                        list-style-image:url(../../images/bullet.gif); }

OL LI OL LI, UL LI OL LI {
                        color:#666666;
                        margin-top:5px;
                        padding-bottom:0px;
                        list-style-image:url(../../images/bullet.gif); }

.small                { font-size:0.81em; }
.smaller              { font-size:0.71em; }


