Body
{
	font-family: Arial;
	margin: 0,0,0,0;
	background-color: #BFA642;
}

.TopLink
{
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    text-decoration: none;
    color:Black;
}

.NavLink
{
    color: White;
    font-size: 15px;
    cursor: hand;
    text-decoration: none;
}

.NavText
{
    color: White;
    font-size: 15px;
    text-decoration: none;
}

.RegText
{
    color: Black;
    text-decoration: none;
    font-size: 14px;
}

.CatName
{
    color: White;
    text-decoration: none;
    font-size: 14px;
}

.CatTitle
{
    font-size: 18px;
    color: #910000;
    text-decoration: none;
}

.PrdName
{
    color: Black;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

.Price
{
    color: Black;
    font-size: 20px;
    font-weight: bold;
}

.PrdTitle
{
    font-size: 18px;
    color: #910000;
    text-decoration: none;
}

.PrdNameB
{
    color: Black;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
}

.ContactCap
{
    color: #910000;
    font-size: 15px;
}

.ProductName
{
    color: #910000;
    font-size: 16px;
}

.Credit
{
    color: #2A0D0D;
}

.AuthorLink
{
    color: #85431B;
    font-weight: bold;
}

input.Watermark {
   color: Gray;
}

.SelectedPageSelectorStyle
{
	font-weight: bold;
	color: Black;
	text-decoration: none;
	font-size: 15px;
}

.NormalPageSelectorStyle
{
	color: Black;
	text-decoration: none;
	font-size: 15px;
}

.ProductsTableHead
{
    border-color: #D8D8D8;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.ProductsTable
{
    border-color: #D8D8D8;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
}

.ColorMap
{
    Z-INDEX: 1; 
    POSITION: absolute; 
    margin-left: 50px;
    background-color: White;
    border-style: solid;
    border-color: Black;
}