.bord
{
    BORDER-TOP: #cccccc 1px dashed;
}
.bordb
{
    BORDER-BOTTOM: #cccccc 1px dashed;
}
.border
{
    BORDER-RIGHT: #cccccc 1px dashed;
    BORDER-TOP: #cccccc 1px dashed;
    BORDER-LEFT: #cccccc 1px dashed;
    BORDER-BOTTOM: #cccccc 1px dashed;
}
.borderb
{
    BORDER-RIGHT: #cccccc 1px dashed;
    BORDER-TOP: #cccccc 1px dashed;
    BORDER-LEFT: #cccccc 1px dashed;
}
.borderl
{
    BORDER-RIGHT: #cccccc 1px dashed;
    BORDER-TOP: #cccccc 1px dashed;
}
.borderr
{
    BORDER-TOP: #cccccc 1px dashed;
    BORDER-LEFT: #cccccc 1px dashed;
}
.bordert
{
    BORDER-RIGHT: #cccccc 1px dashed;
    BORDER-LEFT: #cccccc 1px dashed;
    BORDER-BOTTOM: #cccccc 1px dashed;
}
.code
{
    BORDER-RIGHT: #cccccc 1px solid;
    BORDER-TOP: #cccccc 1px solid;
    BORDER-LEFT: #cccccc 1px solid;
    BORDER-BOTTOM: #cccccc 1px solid;
}
.font
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
a:visited 
{
    text-decoration: none;
    color: #990090
}
a:link
{  
    text-decoration: none;
    color: #990000
}
a:hover
{  
    text-decoration: underline;
    color: #990000
}
a:active
{  
    text-decoration: underline;
    color: #990000
}
td
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    colspan: 2;
}
