/*
Copyright (c) 2001 S. Goldberg & Co., Inc.
*/

.blockindent
{
    float: left;
    font-size: 14px;
    left: 20px;
    position: relative;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    color: #ff0000;
    text-decoration: none;
}

.bodysm
{
    color: #808080;
    font-family: Arial,Verdana,Helvetica;
    font-size: 8px;
}

body
{
    background-color: #fffffd;
    font-family: Arial,Verdana,Helvetica;
    font-size: 12px;
    margin-left: 2;
    margin-top: 5;
}

h3
{
    font-weight: lighter;
}

p.copyright
{
    font-size: 85%;
}

p.thinblock
{
    margin-right: 200 px;
}

table
{
    font-size: 12px;
    font-family: Arial,Verdana,Helvetica;
}

.copyright
{
    font-size: 8px;
    font-family: Arial,Verdana,Helvetica;
}

tr.blackheader
{
    background: #000000;
    color: #ffffff;
    font-weight: bolder
}

.titlebox
{
    border-width: 1px;
    border-color: #3399cc;
    border-style: solid;
    color: #3399cc;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 700;
}

.redbox {
    border-width: 2px;
    border-color: #ff3333;
    border-style: double;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tintedlist {
    background-color: #fffff0;
}