/* CSS Document */



body {
	margin: 0px;
	padding: 0px;
}
/* Body Text */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.text a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067C6;
	text-decoration:none;
}

.text a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.text a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}

.text a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067C6;
	text-decoration:none;
}

.selectedtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}


.selectedtextSub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.Boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
}
.Boxtextlwr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 10px;
}

/* Header Text*/
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067C6;
	font-weight:bold;
	
}
.headerText a {
	color: #0067C6;
	text-decoration:none;
}
.headerText a:link {
	color: #0067C6;
	text-decoration:none;
}
.headerText a:hover {
	color: #666666;
	text-decoration:none;
}


/* LeftHand Navigation Links */

.lefNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067C6;
}

.lefNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067C6;
}

.leftNav a:link {
	color: #0067C6;
	text-decoration: none;
}
.leftNav a:visited {
	color: #0067C6;
	text-decoration: none;
}
.leftNav a:hover {
	color: #333333;
	text-decoration: none;
}
.leftNav a:active {
	color: #333333;
	text-decoration: none;
}

.industryLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	color: #0067C6;
}

.industryLinks a {
	text-decoration:none;
	color: #0067C6;
}

.industryLinks a:link {

	text-decoration:none;
	color: #0067C6;
}

.industryLinks a:visited {
text-decoration:none;
color: #6699CC;
}
.industryLinks a:hover {
text-decoration:underline;
color:#0067C6;
}

.industryLinks a:active {
text-decoration:none;
}

/* Header Border */
#header {
	border-bottom: 1px #CCCCCC solid;
}
#whiteBottomBorder {
	border-bottom: 1px #FFF solid;
}

/* style for images & td bottom border */
.borderBottom {
	border-bottom: 1px #CCCCCC solid;
	}
/* style for images & td top border */
.borderTop {
	border-top: 1px #CCCCCC solid;
	}
/* Body Text titles */
.titleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0067C6;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.Boxheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0067C6;
	font-weight: bold;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-left: 10px;
}
.newBox
{
	margin-top:5px;
	margin-bottom:5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0067C6;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0067C6;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* Go Button Margin for proper alignment with drop down */
.goBtn {
	margin-top: 3px;
}
.goBtnBrand {
	margin-top: 5px;
}
.goBtnSearch {
	margin-bottom: 2px;
}
/* drop down menu formatting */
.selectIndustry {
	height: 18px;
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.selectLanguage {
	margin-top:3px;
	margin-bottom:1px;
	margin-left:2px;
	height: 18px;
	width: 115px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.selectBrand {
	height: 18px;
	width: 148px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 2px;
}
.selectGeo {
	height: 18px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 2px;
}
/* Search Field Formatting */
.searchTxtField {
	height: 14px;
	width: 140px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.subSearchTxtField {
	height: 14px;
	width: 132px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.subSearchTxtFieldLegacy {
	height: 14px;
	width: 122px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
form {
	margin: 0px;
	padding: 0px;
}
/*Footer*/
#footer {
	font-size: 10px;
	line-height: 16px;
}
.copyright {
	font-size: 10px;
}
.productsHomeTable {
	padding-left: 13px;
}

.newBackground 
  {
    background: #F0F0F0 ;
  }
