*
{ font-family: Arial, Helvetica, Sans-Serif;
font-size: 8pt }

p
{ margin: 0;
   padding: 0;
	line-height: normal;	}

/* Product title */
.prodTitle  { 	font-family: Times;
	font-size: 10pt;
	font-style: italic;
	color: #E20A16;
	text-align: Left;
	font-weight: bold;
}

/* Near Miss Reasons, Reject Reasons */
.reasonHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #333333;
	margin: 0;
	padding: 2;
	text-align: left
}
.reason {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	padding-left: 2;
}
.headerLeft, .headerRight {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}
.headerLeft {
	vertical-align: top;
	color: #333333;
	padding-left: 1;
	padding-right: 1;
	padding-top: 2;
	padding-bottom: 2;
}
.headerRight {
	vertical-align: bottom;
	text-align: right;
	color: #333333;
}

/* Form fields */
.form {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
}

/* Global menu buttons */
.btnGlobal  { 	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	color: #aaaaaa;
	text-align: Center;
	font-weight: bold;
		margin: 0;
		padding-bottom: 2;
	padding-left:2;
	padding-right:2;
	cursor:hand;
}
a.btnGlobal:link { color: #aaaaaa; text-decoration: none; }
a.btnGlobal:visited { color: #aaaaaa; text-decoration: none; }
a.btnGlobal:hover { color: #333333; text-decoration: none; }
a.btnGlobal:active { text-decoration: none; }

/* Navigation bar buttons - Not active */
.navBar
{	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: Center;
	border-width: 0px;
	margin: 0;
    padding: 0;
}
.navBarBtn	{ 	font-family: Arial, Helvetica, Sans-Serif;
				font-size: 8pt;
				text-align: Left;
				color: #CCCCCC;
				font-weight: bold;
				background-color: #333333;
				margin: 0;
				padding-top:0;
				padding-bottom:0;
				padding-left:4;
				height=14;
				width=170;
				cursor: hand;
}
a.navBarBtn:link    { 	color: #CCCCCC;
						font-weight: bold;
						text-decoration: none }
a.navBarBtn:visited {  	color: #CCCCCC;
						font-weight: bold;
						text-decoration: none }
a.navBarBtn:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.navBarBtn:active  { TEXT-DECORATION: none }

.navBarBtnSel	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: Left;
					font-weight: bold;
					background-color: #E20A16 ;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:4;
					height=14;
					width=170;
					cursor: hand;
}
a.navBarBtnSel:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnSel:visited {  	color: #CCCCCC
						font-weight: bold;
						text-decoration: none }
a.navBarBtnSel:hover   { COLOR: #b2b2b2; TEXT-DECORATION: none }
a.navBarBtnSel:active  { TEXT-DECORATION: none }

/* Navigation bar buttons - Disabled */
.navBarBtnDisabled {	font-family: Arial, Helvetica, Sans-Serif;
						font-size: 8pt;
						text-align: Left;
						font-weight: bold;
						background-color: #333333;
						color: #9999cc;
						margin: 0;
						padding-top:0;
						padding-bottom:0;
						padding-left:4;
						height=14;
						width=170;
}
a.navBarBtnDisabled:link    { 	color: #9999cc;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnDisabled:visited {  	color: #9999cc;
						font-weight: bold;
						text-decoration: none }
a.navBarBtnDisabled:hover   { COLOR: #9999cc; TEXT-DECORATION: none }
a.navBarBtnDisabled:active  { TEXT-DECORATION: none }

/* -----Message Text Styles---- */

/* Warning Message style */
.alertMsg, .alertMsgBig, .instrMsg {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	color: red;
	font-weight: bold;
	border-color: #99bcd8;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.alertMsgBig     {font-size: 12pt;}

/* Instruction Mesage style */
.instrMsg {
	background-color: white;
	color: #333333;
	text-align: Center;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1;
	padding-bottom: 1
	height: 9
}

/* Page load Message style */
.loadingMsg {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* Page specific menu button bar */
.pageBtnBar
{	background-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: Left;
	border-color: #CCCCCC;
	border-width: 0px;
	margin: 0;
	padding: 0;
	height: 18
}

/* Page specific menu buttons - Not active */
.pageBtn	{ 	font-family: Arial, Helvetica, Sans-Serif;
				color: #CCCCCC;
				font-weight: bold;
				font-size: 8pt;
				text-align: Left;
				background-color: #333333;
				margin: 0;
				padding-top:0;
				padding-bottom:0;
				padding-left:2;
				padding-right:2;
				height=14;
				cursor: hand;
}
a.pageBtn:link    { 	color: #CCCCCC;
						font-weight: bold;
						text-decoration: none }
a.pageBtn:visited {  	color: #CCCCCC;
						font-weight: bold;
						text-decoration: none }
a.pageBtn:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.pageBtn:active  { TEXT-DECORATION: none }

/* Page specific menu buttons - Active */
.pageBtnSel	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #FFFFFF;
					text-align: Left;
					font-weight: bold;
					background-color: #E20A16;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:2;
					padding-right:2;
					height=14;
					cursor: hand;
}
a.pageBtnSel:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.pageBtnSel:visited {  	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.pageBtnSel:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.pageBtnSel:active  { TEXT-DECORATION: none }


/* Markup for the Next and Previous on the Option Selection Page */
.btnNextPrevious	{ 	font-family: Arial, Helvetica, Sans-Serif;
					font-size: 8pt;
					color: #ffffff;
					text-align: Left;
					font-weight: bold;
					background-color: #E20A16;
					margin: 0;
					padding-top:0;
					padding-bottom:0;
					padding-left:2;
					padding-right:2;
					height=14;
					cursor: hand;
}
a.btnNextPrevious:link    { 	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.btnNextPrevious:visited {  	color: #ffffff;
						font-weight: bold;
						text-decoration: none }
a.btnNextPrevious:hover   { COLOR: #FFCCCC; TEXT-DECORATION: none }
a.btnNextPrevious:active  { TEXT-DECORATION: none }


/* ----- Table styles (for rows and cells) ----- */
  /* Table main header cells*/
.tableHeader	{
	font-size: 9pt;
	color: #404040;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 2;
}

/* Table list header */
.tableListHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #404040;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 2;
}

 /* Table list rows */
.tableRowNormal1, .tableRowNormal2, .tableRowAlert1, .tableRowAlert2, .tableRowSelected1, .tableRowSelected2,
.tableRowCust1, .tableRowCust2, tableSrchRsltsAcc1, tableSrchRsltsAcc2, tableSrchRsltsMar1, tableSrchRsltsMar2,
.tableRowFaded1, .tableRowFaded2
 {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 8pt;
		text-align: Left;
		margin: 0;
		padding: 0;
		border-color: #333333;
		border-style: solid;
		border-width: 0;
}

.tableRowNormal1 	{color: black; background-color: #eeeeee}
.tableRowNormal2 	{color: black; background-color: #ffffff}
.tableRowFaded1 { color: #aaaaaa; background-color: #eeeeee; }
.tableRowFaded2 { color: #aaaaaa; background-color: #ffffff; }
.tableRowAlert1    	{color: red; background-color: #EEEEFF}
.tableRowAlert2    	{color: red; background-color: #FFFFFF}

/* override the table row selected. Use the same color for all link states.*/
.tableRowSelected1	
{
	color: #ffffff;
	background-color: #333333;

}
a.tableRowSelected1:link    { COLOR: #ffffff;}
a.tableRowSelected1:visited { COLOR: #ffffff;}
a.tableRowSelected1:hover   { COLOR: #ffffff;}
a.tableRowSelected1:active  { COLOR: #ffffff;}	
.tableRowSelected2	
{
	color: #ffffff;
	background-color: #333333;
}
a.tableRowSelected2:link    { COLOR: #ffffff;}
a.tableRowSelected2:visited { COLOR: #ffffff;}
a.tableRowSelected2:hover   { COLOR: #ffffff;}
a.tableRowSelected2:active  { COLOR: #ffffff;}	

.tableRowMouseOver1, .tableRowMouseOver2
{
	background-color: #cccccc;
}

.tableRowCust1   	{color: #0e069f; background-color: #eeeeee}
.tableRowCust2  	{color: #0e069f; background-color: #ffffff}
.tableSrchRsltsAcc1	{color: black; background-color: #eeeeee}
.tableSrchRsltsAcc2	{color: black; background-color: #ffffff}
.tableSrchRsltsMar1	{color: #AAAAAA; background-color: #eeeeee}
.tableSrchRsltsMar2	{color: #AAAAAA; background-color: #ffffff}
.tableRowOptAdd1  	{color: #888888; background-color: #eeeeee}
.tableRowOptAdd2  	{color: #888888; background-color: #ffffff}

/* Mgmt Report header and footer rows */
.tableGroupHeader {
	color: black;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: left;
	font-weight: bold;
	border-color: #333399;
	border-style: solid;
	margin: 0;
	padding: 0 2 0 2 ;
	height: 18
}

.tableGroupFooter {
	color: black;
	background-color: #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: right;
	font-weight: bold;
	border-color: #333399;
	border-style: solid;
	margin: 0;
	padding: 0 2 0 2 ;
	height: 18
}

 /* Table list cells */
 .tableList, .tableListAlert, .tableListFaded 	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: center;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 2 0 2 ;
	height: 18
}
.tableListAlert{color: red;}
.tableListFaded{color: #AAAAAA;}
a.tableListFaded:link    { COLOR: #AAAAAA;}
a.tableListFaded:visited { COLOR: #AAAAAA;}
a.tableListFaded:hover   { COLOR: #AAAAAA;}
a.tableListFaded:active  { COLOR: #AAAAAA;}

/* Text input field style */
.tableInputField, .tableInputFieldAlert {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	padding: 0 2 0 2;
	margin-bottom: 0;
}
 .tableInputFieldAlert{color: red;}

 /* Table datasheet cells */
 .tableDatasheet, .tableDatasheetAlert, .tableDatasheetHeader, .tableDatasheetFooter {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align: left;
	background-color: #eeeeee;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 0 0 3;
	height: 22
}
 .tableDatasheetAlert {color: red; font-weight: bold;}
 .tableDatasheetHeader {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #404040;
	background-color: #CCCCCC;
	border-color: #333333;
	text-align: Center;
	padding: 2;
}
 .tableDatasheetFooter {vertical-align: top; color: #333333;}

/* Twistie bar */
.twistieBar	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-color: white;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 0 0;
	margin: 0;
	padding-top: 8;
	padding-bottom: 2;
}
a.twistieBar:link    { 	color: #333333;
						font-weight: bold;
						text-decoration: none }
a.twistieBar:visited {  	color: #333333;
						font-weight: bold;
						text-decoration: none }
a.twistieBar:hover   { COLOR: #333333; TEXT-DECORATION: underline }

.twistieBarEnd	{
	font-size: 8pt;
	background-color: white;
	border-color: #333333;
	border-style: solid;
	border-width: 0 0 1 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndOverlap	{
	font-size: 8pt;
	background-color: #2f46c6;
	border-color: #333333;
	border-top-color: #2f46c6;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}
.twistieBarNonactive {
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #2f46c6;
	border-color: 333333;
	border-style: solid;
	border-width: 0 0 1 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndNonactive	{
	font-size: 8pt;
	background-color: white;
	border-color: 333333;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}
.twistieBarEndNonactiveOverlap	{
	font-size: 8pt;
	background-color: 333333;
	border-color: 333333;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}

/* Tab bar */
.tabBar	{
	font-size: 9pt;
	color: white;
/*	color: #2f46c6;
*/
	font-weight: bold;
	text-align: center;
	background-color: #333333;

/*	background-color: #99ccff;
*/
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1 0;
	margin: 0;
	padding: 2;
}
a.tabBar:link    { 	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBar:visited {  	color: #cccccc;
						font-weight: bold;
						text-decoration: none }
a.tabBar:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.tabBar:active  { TEXT-DECORATION: none }
.tabBarEnd	{
	font-size: 8pt;
	background-color: white;
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1 0;
	margin: 0;
	padding: 0;
}
.tabBarEndOverlap	{
	font-size: 8pt;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}
.tabBarNonactive	{
	font-size: 9pt;
	color: white;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 1 0;
	margin: 0;
	padding: 0;
}
.tabBarEndNonactive	{
	font-size: 8pt;
	background-color: white;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}
.tabBarEndNonactiveOverlap	{
	font-size: 8pt;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 0 1 1 0;
	margin: 0;
	padding: 0;
}

/* Miscellaneous Links */
a:link		{ color: #003399; text-decoration: underline }
a:visited	{ color: #003399; text-decoration: underline }
a:hover		{ color: #003399; text-decoration: underline }
a:active	{ text-decoration: underline }

a.tabBarNonactive:link    { 	color: #000000;
						font-weight: bold;
						text-decoration: none }
a.tabBarNonactive:visited {  	color: #000000;
						font-weight: bold;
						text-decoration: none }
a.tabBarNonactive:hover   { COLOR: #ffffff; TEXT-DECORATION: none }
a.tabBarNonactive:active  { TEXT-DECORATION: none }

.ieqPopUp {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	margin-left: 5;
}

a.ieqPopUp:link    { COLOR: #333333; TEXT-DECORATION: none }
a.ieqPopUp:visited { COLOR: #333333; TEXT-DECORATION: none }
a.ieqPopUp:hover   { COLOR: #d90000; TEXT-DECORATION: none }
a.ieqPopUp:active  { COLOR: #d90000; TEXT-DECORATION: none }

.dropdownMenu, .dropdownMenuDisabled {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 1 2 1 3;
	height: 0
}
a.dropdownMenu:link    { COLOR: #333333; TEXT-DECORATION: none }
a.dropdownMenu:visited { COLOR: #333333; TEXT-DECORATION: none }
a.dropdownMenu:hover   { COLOR: #d90000; TEXT-DECORATION: none }
a.dropdownMenu:active  { COLOR: #d90000; TEXT-DECORATION: none }

a.dropdownMenuDisabled:link    { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:visited { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:hover   { COLOR: #C0C0C0; TEXT-DECORATION: none }
a.dropdownMenuDisabled:active  { COLOR: #C0C0C0; TEXT-DECORATION: none }

/* Additional Atributes for Help Pages */
.helpHeader1, .helpHeader2, .helpHeader3, .helpHeader4, .helpHeader5, .helpHeader6, .helpNormal1, .helpNormal2, .helpNormal3, .helpNormal4, .helpNormal5 {
	font-family: Arial, Helvetica, Sans-Serif; padding: 0
}
.helpHeader1 	{ text-align: Left; margin-top: 12; font-size: 14pt;  font-weight: bold; color: #FFFFFF; background-color: #000000 }
.helpHeader2    { text-align: Left; margin-top: 12; font-size: 12pt;  font-weight: bold; color: #FFFFFF; background-color: #808080 }
.helpHeader3    { text-align: Left; margin-top: 10; color: #FF0000; font-size: 12pt; font-weight: bold; margin-left: 25 }
.helpHeader4    { text-align: Left; margin-top: 8; font-size: 10pt; font-weight: bold; margin-left: 50 }
.helpHeader5    { text-align: Left; margin-top: 6; font-size: 9pt; font-weight: bold; margin-left: 75 }
.helpHeader6    { text-align: Left }
.helpNormal1    { text-align: Left; font-size: 8pt; margin-left: 0 }
.helpNormal2    { text-align: Left; font-size: 8pt; margin-left: 0 }
.helpNormal3    { text-align: Left; font-size: 8pt; margin-left: 25 }
.helpNormal4    { text-align: Left; font-size: 8pt; margin-left: 50 }
.helpNormal5    { text-align: Left; font-size: 8pt; margin-left: 75 }

/* Selection Log formatting */
.selLogHeader {
	BACKGROUND-COLOR: #0000FF;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
}
.selLogHeaderRed {
	BACKGROUND-COLOR: #FF0000;
	FONT-FAMILY: Arial;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
}
.selLogLabel {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
.selLogValue {
	FONT-FAMILY: Arial;
	FONT-SIZE: 12px;
}
.selLogSubHeader {
	BACKGROUND-COLOR: #808080;
	FONT-FAMILY: Arial;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
}
.selLogSubHeaderRed {
	BACKGROUND-COLOR: #FF0000;
	FONT-FAMILY: Arial;
	FONT-STYLE: italic;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
}
.isoHeader1 {
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial;
	background-color: #0000ff;
}
.isoHeader2 {
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	text-indent: 20px;
	font-style: italic;
	font-family: Arial;
	background-color: #808080;
}
.isoValue1 {
	font-size: 12px;
	font-family: Arial;
}
.isoValue2 {
	font-size: 12px;
	text-indent: 20px;
	font-family: Arial;
}
.isoError {
	font-weight: bold;
	font-size: 18px;
	color: #ff0000;
	font-family: Arial;
	background-color: #ffffff;
}

.gettingStartedBullet  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #333333;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-bottom: 0;
	padding-left:0;
	padding-right:0;
	cursor:hand;

}
a.gettingStartedBullet:link { color: #333333; text-decoration: none; }
a.gettingStartedBullet:visited { color: #333333; text-decoration: none; }
a.gettingStartedBullet:hover { color: #FB010D; text-decoration: none; }
a.gettingStartedBullet:active { text-decoration: none; }
/* Deleted discount */
.delOption {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	font-size: 8pt;
	padding-left: 2;
}
/* deleted user list cells */
 .delUser{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	font-size: 8pt;
	text-align: center;
	border-color: #333333;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0 2 0 2 ;
	height: 18
}
/* selected tableList */
.tableListSelected1, .tableListSelected2{
	font-size: 8pt;
	text-align: Left;
    margin: 0;
    padding: 1;	     
}
/* Additional Atributes for tableListSelected */
.tableListSelected1{color: #FF00FF;}
/* Optional or Alternate option disgnator */
.optText {
	font-size: 8pt;
	text-align: Left;
	margin: 0;
	padding: 0;
	color: #FF0000;
}
.navBarHeader {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: grey
	text-decoration: underline;
	width: 170;
}
#noScroll {
	position:relative;
    top:expression(this.offsetParent.scrollTop); 
    background:white;
}
.dragAndDropUL{
	list-style-type: none; 
	padding:0 0 0 4px; 
	margin:0;
}
.dragAndDropLI, .dragAndDropLIMouseOver {
	margin:0;
	padding: 0;
	/*bug: using height:1px; will cause the font look thin. */
	vertical-align:top; /*prevent whitespace above list item when <table> is inside <li> */
}
.dragAndDropLIMouseOver{
	background-color:#c1c1ec;
}
.startPageBullets, .COSLabel, .ProductLinesLabel {
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	font-align: center;
	margin: 0;
	color: #666666;
	vertical-align: bottom;
	background:transparent
	padding-bottom: 0;
	padding-left:0;
	padding-right:0;
	cursor:hand;
}
a.startPageBullets:link, a.COSLabel:link, a.ProductLinesLabel:link {
	color: #666666; text-decoration: none;
}
a.startPageBullets:visited, a.COSLabel:visited, a.ProductLinesLabel:visited {
	color: #000000; text-decoration: none;
}
a.startPageBullets:hover, a.COSLabel:hover, a.ProductLinesLabel:hover {
	color: #000000; text-decoration: none;
}
a.startPageBullets:active, a.COSLabel:active, a.ProductLinesLabel:active {
	text-decoration: none;
}
.startPageBackground {
	position: absolute;
	top: 20px;  
	left: 11px;
	visibility: visible;
	z-index: 1;
}
.COSLabel {
	position: absolute;
	top: 0.9in;
	left: 0.75in;
	visibility: visible;
	z-index: 2;
}
.ProductLinesLabel {
	position: absolute;
	top: 1.58in;
	left: 0.75in;
	visibility: visible;
	z-index: 2;
}
.gettingStartedBullet#GettingStartedLabel {
	position: absolute;
	top: 3.0in;
	left: 1.85in;
	visibility: visible;
	z-index: 1;
}
.theStartPageNotice {
	font-size: 10pt;
	position: absolute;
	top: 3.5in;
	left: 1.85in;
	visibility: visible;
	z-index: 1;
	font-weight: bold;
	color: #ff0000;
}