.simpleTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-size: 12px;
}
.boldTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.italicTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
}
.underLineTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
.boldItalicTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
.boldItalicUnderLineTextEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.simpleTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
    font-weight:normal;
    font-size: 14px;
}
.boldTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.italicTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
}
.underLineTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
.boldItalicTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold;
}
.boldItalicUnderLineTextLargeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.headerTextGrayEktron
{
    color:#666666;
    font-size:18px;
    font-weight:bold;
    line-height:15px;
    padding-top:10px;
    padding-bottom:10px;
}
.headerTextBlueEktron
{
    color:#2B4D7C;
    font-size:22px;
    font-weight:bold;
    line-height:1;
    padding-top:25px;
    padding-left:0px;
    padding-bottom:10px;
    padding-right:0px;
    margin:0px;
    /*padding-bottom:15px;*/
}
.subHeaderTextGrayEktron
{
    color:#666666;
    font-size:16px;
    font-weight:bold;
    line-height:15px;
    padding-top:5px;
    padding-bottom:5px;
}
.defaultLinkGrayOrangeEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.defaultLinkGrayOrangeEktron a:link		 { text-decoration: none; color: #666666;}
.defaultLinkGrayOrangeEktron a:visited 	{ text-decoration: none; color: #666666;}
.defaultLinkGrayOrangeEktron a:active 	{ text-decoration: underline; color: #ED9B09;}
.defaultLinkGrayOrangeEktron a:hover 	{ text-decoration: underline; color: #ED9B09;}

.linkRedRedEktron
{
	color: #B8242D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.linkRedRedEktron a:link		 { text-decoration: none; color: #B8242D;}
.linkRedRedEktron a:visited 	{ text-decoration: none; color: #B8242D;}
.linkRedRedEktron a:active 	{ text-decoration: underline; color: #B8242D;}
.linkRedRedEktron a:hover 	{ text-decoration: underline; color: #B8242D;}

.linkRedRedEktronUnderLine
{
	color: #B8242D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.linkRedRedEktronUnderLine a:link		 { text-decoration: underline; color: #B8242D;}
.linkRedRedEktronUnderLine a:visited 	{ text-decoration: underline; color: #B8242D;}
.linkRedRedEktronUnderLine a:active 	{ text-decoration: none; color: #B8242D;}
.linkRedRedEktronUnderLine a:hover 	{ text-decoration: none; color: #B8242D;}

.linkGrayGrayEktron
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.linkGrayGrayEktron a:link		 { text-decoration: none; color: #666666;}
.linkGrayGrayEktron a:visited 	{ text-decoration: none; color: #666666;}
.linkGrayGrayEktron a:active 	{ text-decoration: underline; color: #666666;}
.linkGrayGrayEktron a:hover 	{ text-decoration: underline; color: #666666;}

.linkGrayGrayEktronUnderLine
{
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.linkGrayGrayEktronUnderLine a:link		 { text-decoration: underline; color: #666666;}
.linkGrayGrayEktronUnderLine a:visited 	{ text-decoration: underline; color: #666666;}
.linkGrayGrayEktronUnderLine a:active 	{ text-decoration: none; color: #666666;}
.linkGrayGrayEktronUnderLine a:hover 	{ text-decoration: none; color: #666666;}

.linkBlueBlueEktronUnderLine
{
	color: blue;
	font-family: verdana;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.linkBlueBlueEktronUnderLine a:link		 { text-decoration: underline; color: blue;}
.linkBlueBlueEktronUnderLine a:visited 	{ text-decoration: underline; color: blue;}
.linkBlueBlueEktronUnderLine a:active 	{ text-decoration: none; color: blue;}
.linkBlueBlueEktronUnderLine a:hover 	{ text-decoration: none; color: blue;}