a.nodec
{
    color: black;
    font-size: 8pt;
    font-family: "Verdana";
    background-color: white;
    text-decoration:none
}
a
{
    color: 990000;
    font-weight: bold;
    font-family: "Verdana";
    background-color: white;
    text-decoration:none
}	
a:hover
{
    color: black;
    font-weight: bold;
    font-family: "Verdana";
    background-color: white;
    text-decoration:none
}
.redtext
{
    FONT-WEIGHT: bold;
    COLOR: 990000;
    FONT-FAMILY: verdana
}
.blacktext
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: verdana
}
.center
{
    TEXT-ALIGN: center
}
.left
{
    TEXT-ALIGN: left
}
.right
{
    TEXT-ALIGN: right
}
.justify
{
    TEXT_ALIGN: justfiy
}
.bold
{
    FONT-WEIGHT: bold
}
.smalltext
{
    FONT-SIZE: 8pt
}
.mediumtext
{
    FONT-SIZE: 10pt
}
.largetext
{
    FONT-SIZE: 12pt
}