a.topMenu
{
        color: red;
        text-decoration: none;
        font-weight: bold;
}
a.topMenu:hover
{
        color: #99CCFF;
}
a.subMenu
{
        color: red;
        font-family: Verdana, Arial, Helvetica;
}
a.subMenu:hover
{
        color: #99CCFF;
}

body { font-family:Verdana,Helvetica,sans-serif; font-size: 10pt; }
p  { font-family:Verdana,Helvetica,sans-serif; font-size: 10pt; color:#000000;}
h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,i,hr,span
     { font-family:Verdana,Helvetica,sans-serif; font-size: 10pt; color:#000000; }
tt,pre { font-family:Courier,fixed-font; font-size:10pt; }
h1 { font-size:20pt; color:#FFFFFF}
h2 { font-size:16pt; color:#FFFFFF}
h3 { font-size:14pt; color:#996699}
h4 { font-size:12pt; color:#CCCCFF}
h5 { font-size:10pt; color:#FFFFFF}

a:link { font-weight:bold; color:#FFFFFF; text-decoration:none; }
a:visited { font-weight:bold; color:#FFFFFF; text-decoration:none; }
a:hover { font-weight:bold; color:#99CCFF; text-decoration:none; }
a:active { font-weight:bold; color:#FFFFFF; text-decoration:none; }



.small { font-size:8pt; }

.border { border-style:ridge; border-width:10px; border-color:#666699; }

.bold {font-weight:bold; }