﻿body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F6062;
    margin: 0px;
    background-image: url('PC-Bkgd.jpg');
    background-repeat: repeat-x;
    line-height: 16px;
}
a:link
{
    color: #00498F;
    text-decoration: none;
}
a:active
{
    color: #5D9732;
    text-decoration: none;
}
a:hover
{
    color: #5D9732;
    text-decoration: none;
}
a:visited
{
    color: #00498F;
    text-decoration: none;
}
.footer
{
    font-size: 11px;
}
.PageHeader
{
    font-size: 12px;
    color: #5F6062;
    letter-spacing: 2px;
    word-spacing: 2px;
    font-weight: bold;
}
.tkrHeadline
{
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.pcProductHeader
{
    padding: 6px;
    font-size: 14px;
    color: #00498F;
    letter-spacing: 2px;
    font-weight: bold;
}
.pcProduct
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F6062;
    line-height: 16px;
}
.pcAccessoryHeader
{
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 16px;
    background-color: #5F6062;
    font-weight: bold;
}
.pcTableSubHeader
{
    padding: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F6062;
    line-height: 16px;
    background-color: #d7d7d8;
    font-weight: bold;
}
.pcBlankRow
{
    background-color: #FFFFFF;
}
.pcProductName
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #00498F;
    line-height: 16px;
    font-weight: bold;
}
.pcProductDescription
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5F6062;
    line-height: 16px;
}
.pcProductImage
{
    padding: 0px 10px 10px 0px;
    float: right;
}
.pcTable
{
    padding: 6px;
    background-color: #FFFFFF;
}
.pcTable th
{
    border: none;
}
.whiteText
{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

