﻿body {
	font-family:Arial;
	font-size:12px;
}

.ProductTitle
{
	font-family:Arial;
	font-size:12px;
	color:#cc0000;
}
.ProductShortDescription
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}
.TextClass
{
	font-family: Arial;
	font-size:12px;
	color:Black;
}
.RedTextClass
{
	font-family: Arial;
	font-size:12px;
	color:#cc0000;
}

.RedBoldText
{
	font-weight:bold;
	color:#cc0000;
	text-decoration:none;
	text-align:left;
}

.FormLabel
{
	/*font-weight:bold;*/
	text-align:left;
}
.FormField
{
	
}
.PurpleText
{
	color:purple;
}

.PurpleBoldText
{
	color:purple;
	font-weight:bold;
}

.grayHeader
{
	display: block;
	height:19px;
	background-color: #999999;
	color: White;
	font-size: 15px;
	padding-left: 20px;
	font-weight: bold;
	width: 699px; 
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 10px 0px;
}

.homeGrayBoxes
{
	margin: 10px 10px 0px 0px;
	width: 758px;
	border-top: solid 1px #999999;
}

.homeGrayBoxesTopRow1
{
	width:493px;
	height:18px;
	color: White;
	background-color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family:Tahoma;
	padding-left: 20px;
	border-right: solid 1px white;
}

.homeGrayBoxesTopRow2
{
	width:225px;
	height:18px;
	color: White;
	background-color: #999999;
	font-weight: bold;
	font-size: 14px;
	font-family:Tahoma;
	padding-left: 20px;
}

.homeGrayBoxesBtmRow1
{
	width:488px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-family:Tahoma;
	padding: 10px 5px 10px 20px;
	background-image: url(../../Images/DesignNew/HomeGrayBoxesBottomLeft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-right: solid 1px white;
}

.homeGrayBoxesBtmRow2
{
	width:220px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-family:Tahoma;
	padding: 10px 5px 10px 20px;
	background-image: url(../../Images/DesignNew/HomeGrayBoxesBottomRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

