﻿.Body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background: url('Images/Site - Design/Background.jpg') repeat-x #ffffff;
}

.BOBody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background: url('Images/Site - Design/BOBackground.jpg') repeat-x #ffffff;
}

.Standard 
{
	color: #58595a;
	padding: 10px 13px 0 6px;
	margin: 0;
	line-height: 17px;
}

h2 
{
	color:#2896bf;
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 
{
	color: #2896bf;
	font-size: medium;
	font-weight: bold;
	display: inline;
}	

h4 
{
	color: #614a2a;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	display: inline;
}	

.MenuLink
{
    color: White;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.MenuLinkOver
{
    color: #30BDF1;
    background-color: White;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.MenuLink2
{
    color: Black;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.MenuLink2Over
{
    color: White;
    background-color: #30BDF1;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}


.Link
{
    color: #2896bf;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.LinkOver
{
    color: Maroon;
    background-color: Transparent;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}
 
.ClickZone
{
    cursor: default;
}

.ClickZoneOver
{
    cursor: pointer;
}
 
 .SmallFont
{
    font-size: small;
}
 
 .VerySmallFont
{
    font-size: x-small;
}
 
 .Error
{
    color: Red;
}

/********************************************************************************/

.BoxTitle1
{
    background-image: url('Images/Site - Design/BoxHeader1.png');
    color: #555555;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    border-style: none none solid none;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

.BoxBody1
{
    color: #333333;
    background-color: #ebe9dd;
}

.BoxFooter1
{
    background-image: url('Images/Site - Design/BoxFooter1.png');
    background-repeat: no-repeat;
    border-style: solid none none none;
    border-top-width: thin;
    border-top-color: #000000;
}

.BoxTitle2
{
}

.BoxBody2
{
}

.BoxFooter2
{
}

.CenterBlockTitle1
{
    background-image: url('Images/Site - Design/CenterBlockHeader1.png');
    color: #555555;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    border-style: none none solid none;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

.CenterBlockTitle1High
{
    background-image: url('Images/Site - Design/CenterBlockHeader1High.png');
    color: #555555;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    border-style: none none solid none;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

.CenterBlockTitle1Large
{
    background-image: url('Images/Site - Design/CenterBlockHeader1Large.png');
    color: #555555;
    font-weight: bold;
    font-style: italic;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
    border-style: none none solid none;
    border-bottom-width: thin;
    border-bottom-color: #000000;
}

.CenterBlockBody1
{
    color: #333333;
    background-color: #ebe9dd;
}

.CenterBlockTitle2
{
}

.CenterBlockBody2
{
}

.NewProductTitle
{
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.ProductTitle
{
    font-size: large;
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.ProductPrice
{
    font-size: large;
    color: #0000FF;
    font-weight: bold;
}

.Title1
{
    font-size: large;
    color: #66CCFF;
    font-weight: bold;
}

.Title2
{
    font-size: large;
    color: #000000;
    font-weight: bold;
}
 
 .Highlighted
{
    color: Blue; 
}

.StandardFont
{
    font-family: Courier New;
    font-size: small;
}

