ul.grey
{
list-style-image: url("images/arrowblack.gif");
}

ul.white
{
list-style-image: url("images/arrowbul.gif");
}

h2
{
font-size:12pt;
color: #CC6600;
font-family: "verdana, Arial, Helvetica, sans-serif";
font-weight: bold;
}

h2.listings
{
font-size:12pt;
color: #000000;
font-family: "verdana, Arial, Helvetica, sans-serif";
font-weight: bold;
}

h3
{
font-size:11pt;
color: #333333;
font-family: "verdana, Arial, Helvetica, sans-serif";
font-weight: bold;
}


p
{
font-size: 10pt;
font-family: "Verdana, Arial, Helvetica, sans-serif";
}


p.ptitle
{
font-size:10pt;
color: #000000;
font-family: "verdana, Arial, Helvetica, sans-serif";
font-weight: bold;
}


LI.listings
{
font-size: 8pt;
font-family: "Verdana, Arial, Helvetica, sans-serif";
}

LI
{
font-size: 9pt;
font-family: "Verdana, Arial, Helvetica, sans-serif";
}

A.bodyref:link
{
    COLOR: #CC6600;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A.bodyref:active
{
    COLOR: #FFAE00;
    TEXT-DECORATION: none;
}
A.bodyref:visited
{
    COLOR: #CC6600;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A.bodyref:hover
{
    COLOR: #FFAE00;
    font-weight: normal;
    TEXT-DECORATION: none;
}

A.listings:link
{
    font-size: 8pt;
    COLOR: #CC6600;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A.listings:active
{
    font-size: 8pt;
    COLOR: #CC6600;
    font-weight: normal;
    TEXT-DECORATION: none;
}
A.listings:visited
{
    font-size: 8pt;
    COLOR: #CC6600;
    font-weight: bold;
    TEXT-DECORATION: none;
}
A.listings:hover
{
    font-size: 8pt;
    COLOR: #FFAE00;
    font-weight: normal;
    TEXT-DECORATION: none;
}
