/* ================================
    CSS STYLES FOR NIESZ VINTAGE FABRIC & DESIGN
    v1.0, 10/2002
   ================================
*/

.Bordered
{
    border:2px;
    border-color: dimgray;
    border-style: solid;
}

A:hover
{
    color: orange
}

A:hover .Bordered
{
    border:2px;
    border-color: orange;
    border-style: solid
}

A.SiteLink:link
{
    font-family: Tahoma;
    font-size: 14px;
    color:  #98c497;
    text-decoration: none;
}

A.SiteLink:visited
{
    font-family: Tahoma;
    font-size: 14px;
    color:  #98c497;
    text-decoration: none;
}

A.SiteLink:hover
{
    font-family: Tahoma;
    font-size: 14px;
    color:  orange;
    text-decoration: none;
}

A.PoweredBy:link, A.PoweredBy:visited
{
    font-family: Tahoma;
    font-size: 12px;
    color:  blue;
    text-decoration: none;
}

A.PoweredBy:hover
{
    font-family: Tahoma;
    font-size: 12px;
    color:  orange;
    text-decoration: none;
}

A.EmailLink:link, A.EmailLink:visited
{
    font-family: Tahoma;
    font-size: 14px;
    color:  blue;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFCC;
    text-decoration: none;
}

A.EmailLink:hover
{
    font-family: Tahoma;
    font-size: 14px;
    color:  black;
    border-style: solid;
    border-width: 1px;
    border-color: blue;
    text-decoration: none;
}

.Tahoma11BoldGray
{
    font-family: Tahoma;
    font-size: 11px;
    color:  dimgray;
    font-weight: bold;
}

.Heading
{
    font-family: Tahoma;
    font-size: 16px;
    color:  dimgray;
}

.Tahoma16Gray
{
    font-family: Tahoma;
    font-size: 16px;
    color:  dimgray;
}

.Tahoma16Red
{
    font-family: Tahoma;
    font-size: 16px;
    color:  red;
}

.Tahoma16GrayStrikeThrough
{
    font-family: Tahoma;
    font-size: 16px;
    color:  dimgray;
    text-decoration: line-through;
}

.Tahoma8Gray
{
    font-family: Tahoma;
    font-size: 11px;
    color: dimgray;
}

.Tahoma8Red
{
    font-family: Tahoma;
    font-size: 11px;
    color: red;
}

.Tahoma8GrayStrikeThrough
{
    font-family: Tahoma;
    font-size: 11px;
    color:  dimgray;
    text-decoration: line-through;
}

.MediumGrayText
{
    font-family: Tahoma;
    font-size: 12px;
    color:  dimgray;
    font-weight: bold
}


TABLE
{
    font-family: Tahoma;
    font-size: 14px;
    color:  dimgray;
}


BODY
{
}











