
.black   { color: black; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; text-decoration: none }
.arial { color: black; font-size: 10px; font-family: Arial }
.12 pixel       { color: black; font-style: normal; font-weight: normal; font-size: 12px; font-family: Verdana, Helvetica, sans-serif }
.newverd12 { color: black; font-size: smaller; font-family: Verdana, Helvetica, sans-serif }
.arial12 { color: black; font-size: 12px; font-family: Arial, sans-serif }

/* this is the style for hyperlinks before you move the mouse over them */

a
{
font-family: Verdana, Helvetica, Sans-serif;
font-size: 12px;
color: #555555;
text-decoration: none
}

/* this is the style for hyperlinks when the mouse moves over them */

a:hover
{
color: #006B9B;
text-decoration: underline
}
.newverd12 a
{
font-family: Verdana, Helvetica, Sans-serif;
color: #555555;
text-decoration: none
}

.newverd12 a:hover
{
color: #006B9B;
text-decoration: underline
}
/* this is the style for bulleted and numbered lists */

li {text-align: left;
        list-style-position: outside;
        list-style-type: disc;
        line-height:100%;
        color: #444444}
        
ul {padding-left: 0pt;
        margin-left: 1.3em;
        color: #444444}