﻿a
{
	text-decoration:none;
}

a:visited
{
	color:blue;
}

a:hover
{
	color:red;
	font-weight:bold;	
}

.StandardText
{
    font-family: Arial Verdana Times New Roman;
    font-size: 12pt;
    color: navy;
}

.EnhancedText
{
    font-family: Arial Verdana Times New Roman;
    font-size: 14pt;
    color: navy;
}

.ProductCell
{
	font-family:Arial Verdana Times New Roman;
	font-size:10pt;
	color:navy;
	background-color:#e8d779;
}
.Style1Cell
{
	font-family:Arial Verdana Times New Roman;
	font-size:12pt;
	color:Navy;
	background-color:#e8d779;
}	

.LeftMenu
{
    font-family: Arial Verdana Times New Roman;
    font-size: 12pt;
    font-weight:bold;
    color:  white;
}

.LeftColumn
{
    font-family: Arial Verdana Times New Roman;
    font-size: 10pt;
    color: navy;
    background-color:#d8c8b6;
    width: 106px;
}

.RightColumn
{
    width: 196px;
    background-color:#e8d779;
    font-family: 'Times New Roman'; 
    font-size: 12pt; 
    font-weight: bold; 
    color: #000080;    
}

.RightSpacerColumn
{
	width: 100px;
    background-image:url(../Images/RightMargin.gif);
    background-repeat:repeat-y;
}

.BgImage
{
	width: 805px;
    background-image:url(../Images/BgImage.gif);
    background-repeat:no-repeat;
}

.LeftSpacerBlurColumn
{
	width: 100px;
    background-image:url(../Images/LeftMarginBlur.gif);
    background-repeat:repeat-y;
}

.RightSpacerBlurColumn
{
	width: 100px;
    background-image:url(../Images/RightMarginBlur.gif);
    background-repeat:repeat-y;
}

.SpacerColumn
{
	width: 100px;
    background-color:#e8d779;
}

.cssVendor
{
    color:#f06666;
    font-size:16px;
    white-space:nowrap;
    font-weight:bold;
}
