/*---------JD Plastics Standard Elements---------*/
.StandardText
{
	color: #333;
	font: normal 13px/18px Arial, Helvetica, Sans-Serif;
}
.FormText
{
	color: #4C4C4C;
	font: normal 11px/18px Arial, Helvetica, Sans-Serif;
}

.FormTextBold
{
	color: #4C4C4C;
	font: bold 11px/18px Arial, Helvetica, Sans-Serif;
}

.WhiteText
{
	color: #FFF;
	font: normal 11px/16px Arial, Helvetica, Sans-Serif;
	background: #808084;
}

.SolutionText
{
	color: #FFF;
	font: normal 11px/16px Arial, Helvetica, Sans-Serif;
}

.SearchText
{
	color: #8C8C8C;
	font: normal 11px Arial, Helvetica, Sans-Serif;
}

.NormalText
{
	color: #666;
	font: normal 12px/20px Arial, Helvetica, Sans-Serif;
}

.LinkText
{
	color: #00879B;
	font: bold 12px/21px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.BlueLink
{
	color: #00879B;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.RedLink
{
	color: #EF4035;
	font: normal 12px Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.GreyBold
{
	color: #4C4C4C;
	font: bold 12px Arial, Helvetica, Sans-Serif;
}

.GreyBoldCaps
{
	color: #868688;
	font: bold 14px "Myriad Pro", Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.GreyHeading
{
	color: #666;
	font: bold 16px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.LowercaseHeading
{
	color: #666;
	font: bold 19px Arial, Helvetica, Sans-Serif;
}

.AlternativeHeading
{
	color: #666;
	font: bold 16px/21px Arial, Helvetica, Sans-Serif;
}

.LargeHeading
{
	color: #666;
	font: normal 19px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.GreenHeading
{
	color: #8CC63F;
	font: bold 19px Arial;
	text-transform: uppercase;
}
.BlueHeading
{
	color: #00B5CB;
	font: bold 19px Arial;
	text-transform: uppercase;
}
.RedHeading
{
	color: #EF4035;
	font: bold 19px Arial;
	text-transform: uppercase;
}
.SubTitle
{
	color: #666;
	font: bold 14px Arial;
}
.BoldCaps
{
	color: #666;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
}

.ContactText
{
	color: #4C4C4C;
	font: normal 12px/24px Arial, Helvetica, Sans-Serif;
}

.BreadcrumbText
{
	color: #666;
	font: normal 11px/24px Arial, Helvetica, Sans-Serif;
}

.HelpText
{
	color: #666;
	font: bold 15px "Myriad Pro", Arial, Helvetica, Sans-Serif;
}
.LargeBlueLink
{
	color: #00879B;
	font: bold 18px "Myriad Pro", Arial, Helvetica, Sans-Serif;
}
/*-----------------------------------------------*/
.ContentHeading
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #003c5c;
    font-size: 18px;
    text-decoration: none;
}
.SubHeading
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #003c5c;
    font-size: 14px;
    line-height:18px;
    text-decoration: none;
}
.ProductLinkText
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-weight:bold;
    color: #003c5c;
    font-size: 14px;
    line-height:18px;
    text-align:center;
    text-decoration: none;
}
.RightTopText
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #003c5c;
    font-weight:bold;
    font-size: 16px;
    padding-left:20px;
}
.ContentText
{
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
}
.RightText
{
    font-family: arial, helvetica, sans-serif;
    color: #666666;
    font-size: 11px;
    background-color:#e0e0e0;
    padding:20px;
}
.ValidateError
{
    color: #ff0000;
    font-family: tahoma,verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
}

